Exemple #1
0
 public override Task Run(Command command)
 {
     _shell.CloseDocument(_shell.ActiveItem);
     return(TaskUtility.Completed);
 }