示例#1
0
文件: Window.cs 项目: 2Light/Insomnia
 public void RemoveButton(Button button)
 {
     Buttons.Remove(button);
 }
示例#2
0
文件: Window.cs 项目: 2Light/Insomnia
 public void AddButton(Button button)
 {
     Buttons.Add(button);
 }