示例#1
0
 public void CreateElements()
 {
     _button   = _gui.CreateButton();
     _checkBox = _gui.CreateCheckBox();
 }