Пример #1
0
 public void When(InOutCommands.Close c)
 {
     throw new NotImplementedException();//todo
 }
Пример #2
0
 public override void When(InOutCommands.Close c)
 {
     When(NewDocumentAction(DocumentAction.Close, c));
 }