public FLUTItem(FLUTable frm) { InitializeComponent(); parentlForm = frm; type = "Add"; lookupItem = new LookupItem(); }
public FLUTItem(FLUTable frm, int index) { InitializeComponent(); parentlForm = frm; type = "Edit"; lookupItem = parentlForm.LUItemList[index]; ShowItem(); }