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