コード例 #1
0
 private void RefreshCombos()
 {
     EquipTypeComboBox.FillComboBox(Attributes.DeviceAttributes.EquipType);
     LocationComboBox.FillComboBox(Attributes.DeviceAttributes.Locations);
     StatusComboBox.FillComboBox(Attributes.DeviceAttributes.StatusType);
     OSTypeComboBox.FillComboBox(Attributes.DeviceAttributes.OSType);
 }