public void When(InOutCommands.Void c)
 {
     throw new NotImplementedException();//todo
 }
Exemple #2
0
 public override void When(InOutCommands.Void c)
 {
     When(NewDocumentAction(DocumentAction.Void, c));
 }