Exemplo n.º 1
0
        static void Main(string[] args)
        {
            // Console.WriteLine("Hello World!");
            CCosPlayer c = new CCosPlayer();

            BCosPlayerProxy b = new BCosPlayerProxy(c);

            b.GiveWeChat();
            b.GiveFlower();
            b.WatchMovie();
            b.HavingDinner();
        }
Exemplo n.º 2
0
 public ACosPlayer(CCosPlayer c)
 {
     this.c = c;
 }