static void Main(string[] args) { Youtuber youtuber = new Youtuber(); youtuber.AddsubScription(new Taiwanese(youtuber)); youtuber.Notify("頻道開啟"); Console.ReadKey(); }
public Taiwanese(Youtuber youtuber) { _youtuber = youtuber; }