public override Task Run(Command command)
 {
     return(_shell.CloseDocumentAsync(_shell.ActiveItem));
 }
Exemple #2
0
 public override Task Run(Command command)
 {
     return(_shell.CloseDocumentAsync(_shell.ActiveItem, CancellationToken.None));
 }