Example #1
0
 public RobotB(Progressor fuel)
     : base(fuel)
 {
 }
Example #2
0
 public Robot(Progressor fuel)
 {
     this._fuel = fuel;
 }