コード例 #1
0
 public override Task Run(Command command)
 {
     return(_shell.CloseDocumentAsync(_shell.ActiveItem));
 }
コード例 #2
0
 public override Task Run(Command command)
 {
     return(_shell.CloseDocumentAsync(_shell.ActiveItem, CancellationToken.None));
 }