質問編集履歴
3
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,9 +70,9 @@
|
|
70
70
|
|
71
71
|
disableEventCounter++;
|
72
72
|
|
73
|
+
listView1.Items.Clear();
|
73
74
|
|
74
|
-
|
75
|
-
|
75
|
+
|
76
76
|
|
77
77
|
listView1.Items.Add("aaaaaaaaaaa");
|
78
78
|
|
2
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,15 +68,11 @@
|
|
68
68
|
|
69
69
|
if (selectedIndex != -1)
|
70
70
|
|
71
|
-
{
|
72
|
-
|
73
71
|
disableEventCounter++;
|
74
72
|
|
75
|
-
listView1.Items.Clear();
|
76
|
-
|
77
|
-
}
|
78
73
|
|
79
74
|
|
75
|
+
listView1.Items.Clear();
|
80
76
|
|
81
77
|
listView1.Items.Add("aaaaaaaaaaa");
|
82
78
|
|
1
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,9 +68,15 @@
|
|
68
68
|
|
69
69
|
if (selectedIndex != -1)
|
70
70
|
|
71
|
+
{
|
72
|
+
|
71
73
|
disableEventCounter++;
|
72
74
|
|
73
|
-
listView1.Items.Clear();
|
75
|
+
listView1.Items.Clear();
|
76
|
+
|
77
|
+
}
|
78
|
+
|
79
|
+
|
74
80
|
|
75
81
|
listView1.Items.Add("aaaaaaaaaaa");
|
76
82
|
|