コード例 #1
0
ファイル: CommandService.cs プロジェクト: izevaka/kudu
 public void Cancel()
 {
     _executor.CancelCommand();
 }