public void AirVehicle(IAir airvehicle)
 {
     airvehicle.Fly();
 }
示例#2
0
 public void Drive(IAir c)
 {
 }