Beispiel #1
0
 public void PlayIPhone(iPhone lumia)
 {
     Console.WriteLine("This is {0} play {1}", this.Name, lumia.GetType());
     lumia.Brand();
     lumia.Call();
     lumia.Photo();
 }