2017-11-04 13 views

答えて

-1

close(); WPF

Application.Current.Dispatcher.Invoke(() => 
{ 
    // Code to run on the UI thread. 
}); 

ためとWinFormsの

this.BeginInvoke(new MethodInvoker(delegate 
{ 
    // Code to run on the UI thread. 
}); 
ため、この中に、この内のステートメント
関連する問題