Ejemplo n.º 1
0
 public void Fly()     // implements IFlier.Fly()
 {
     _flight.Fly();
 }