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