コード例 #1
0
 public Drop(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }
コード例 #2
0
 public SwingLeft(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }