Ejemplo n.º 1
0
 public Drop(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }
Ejemplo n.º 2
0
 public SwingLeft(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }