public abstract void ProcessCommand(VectorTranslationalCommand vectorTranslationalCommand);
Ejemplo n.º 2
0
 public override void ProcessCommand(VectorTranslationalCommand vectorTranslationalCommand)
 {
     throw new NotImplementedException();
 }