예제 #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();
        }
예제 #2
0
 public ACosPlayer(CCosPlayer c)
 {
     this.c = c;
 }