public EmployeeSearch(OverTime frmObj, String strDiv, String frmtype) { frmOT = frmObj; strDivision = strDiv; strFrmType = frmtype; InitializeComponent(); }
public JobList(OverTime OT, String Crop, String exType) { myOT = OT; intFrmType = 7; strCrop = Crop; strExpenditureType = exType; InitializeComponent(); }
public ACSubCategoryList(OverTime OT) { objOT = OT; intFormID = 4; InitializeComponent(); try { gvSubCategoryList.DataSource = DHAccounts.GetAccountSubCategories(); } catch { } }
public JobList(OverTime OT) { myOT = OT; intFrmType = 8; InitializeComponent(); }