用jscriptnet?
Form formPreview = new Form();public Leaf(string name) : base(name) { } public override void Add(Component c) { Console.WriteLine("Cannot add to a leaf"); } public override void Remove(Component c) { Console.WriteLine("Cannot remove to a leaf"); } public override void Display(int depth) { Console.WriteLine(new string('-',depth)+name); } }
上一篇入坑英雄聯盟入什么區好
下一篇在控制面板中打開組策略