Пример #1
0
 public EmployeeSearch(OverTime frmObj, String strDiv, String frmtype)
 {
     frmOT       = frmObj;
     strDivision = strDiv;
     strFrmType  = frmtype;
     InitializeComponent();
 }
Пример #2
0
 public JobList(OverTime OT, String Crop, String exType)
 {
     myOT               = OT;
     intFrmType         = 7;
     strCrop            = Crop;
     strExpenditureType = exType;
     InitializeComponent();
 }
Пример #3
0
 public ACSubCategoryList(OverTime OT)
 {
     objOT     = OT;
     intFormID = 4;
     InitializeComponent();
     try
     {
         gvSubCategoryList.DataSource = DHAccounts.GetAccountSubCategories();
     }
     catch
     {
     }
 }
Пример #4
0
 public JobList(OverTime OT)
 {
     myOT       = OT;
     intFrmType = 8;
     InitializeComponent();
 }