Beispiel #1
0
 public static void Main()
 {
     MusicServer ms = new NapsterMusicServer();
     ms.Play();
     ms = new KazaMusicServer();
     ms.Play();
 }
Beispiel #2
0
    public static void Main()
    {
        MusicServer ms = new NapsterMusicServer();

        ms.Play();
        ms = new KazaMusicServer();
        ms.Play();
    }