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