Exemplo n.º 1
0
 public RobotB(Progressor fuel)
     : base(fuel)
 {
 }
Exemplo n.º 2
0
 public Robot(Progressor fuel)
 {
     this._fuel = fuel;
 }