示例#1
0
 private void InitializeComboBox()
 {
     showgroups = MyGroup.GetGetGroups();
     equipment  = new AddEquipment();
     SetShowTree();
     SetCityComboBox();
 }
示例#2
0
 private void InitializeComboBox()
 {
     showgroups = MyGroup.GetGetGroups();
     SetShowTree();
     SetShowGroups();
     SetCityComboBox();
 }