示例#1
0
文件: Presenter.cs 项目: bimo4444/iim
 private async void Begin()
 {
     await Task.Factory.StartNew(() => core.Begin());
 }