Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Youtuber youtuber = new Youtuber();

            youtuber.AddsubScription(new Taiwanese(youtuber));

            youtuber.Notify("頻道開啟");

            Console.ReadKey();
        }
Ejemplo n.º 2
0
 public Taiwanese(Youtuber youtuber)
 {
     _youtuber = youtuber;
 }