Beispiel #1
0
 public FormItemSearch(UCItem uCItem, int itemType) : this()
 {
     this.uCItem               = uCItem;
     this.itemType             = itemType;
     this.cbType.SelectedIndex = itemType;
     this.cbType.Enabled       = false;
 }
Beispiel #2
0
 public FormAddItem(UCItem parent, int itemType)
 {
     InitializeComponent();
     this.itemType = itemType;
     this.parent   = parent;
     loadItemType();
     loadManufacturer();
 }