コード例 #1
0
ファイル: Presenter.cs プロジェクト: bimo4444/iim
 private async void Begin()
 {
     await Task.Factory.StartNew(() => core.Begin());
 }