Esempio n. 1
0
 static void Main(string[] args)
 {
     Vehicles.MotorBike MyBike = new Vehicles.MotorBike(new GasEngine(200));
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     Vehicles.MotorBike MyBike = new Vehicles.MotorBike(new GasEngine(200));
 }