Exemplo n.º 1
0
 public static MoveCommand Parse(string str)
 {
     return((MoveCommand)PathCommand.Parse(str));
 }
Exemplo n.º 2
0
 public object GetRealObject(StreamingContext context)
 {
     return(PathCommand.Parse(Input));
 }