質問編集履歴
1
コード入力ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,8 +41,11 @@
|
|
41
41
|
|
42
42
|
void ExeFilter()
|
43
43
|
{
|
44
|
+
System.Windows.Threading.Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() =>
|
45
|
+
{
|
44
|
-
|
46
|
+
IsLiveFilteringRequested = true;
|
45
|
-
|
47
|
+
IsLiveFilteringRequested = false;
|
48
|
+
}});
|
46
49
|
}
|
47
50
|
|
48
51
|
}
|