コード例 #1
0
ファイル: Client.cs プロジェクト: wubo2018/ice
 public override async Task RunAsync(string[] args)
 {
     await using Communicator communicator = Initialize(ref args);
     await AllTests.Run(this).ShutdownAsync();
 }