public FieldList(DailyHarvest DH, String strDiv) { DHNormal = DH; cmbDivision.SelectedValue = strDiv; formType = 2; InitializeComponent(); }
public SpecialHalfNames(DailyHarvest DHarvest, DateTime dtDate, String strDiv, String strEmpNo, String strField) { FrmDHarvest = DHarvest; DateEntered = dtDate; Division = strDiv; EmpNo = strEmpNo; FieldID = strField; InitializeComponent(); }
public ContractorSearch(DailyHarvest myForm, String strDiv) { myDharvest = myForm; strDivisionId = strDiv; InitializeComponent(); intFormId = 2; cmbDivision_SelectedIndexChanged(null, null); }
public EmployeeList(DailyHarvest myForm, String strDiv) { myDharvest = myForm; strDivisionId = strDiv; intFormId = 1; InitializeComponent(); cmbDivision_SelectedIndexChanged(null, null); cmbDivision.SelectedValue = strDiv; }
public ACSubCategoryList(DailyHarvest DH) { objDailyHarvest = DH; intFormID = 1; InitializeComponent(); try { gvSubCategoryList.DataSource = DHAccounts.GetAccountSubCategories(); } catch { } }
public JobList(DailyHarvest dHarvest) { myDHarvest = dHarvest; intFrmType = 1; InitializeComponent(); }