public EmployeeList(DailyHarvestRubber myForm, String strDiv)
        {
            myDHarvestRub = myForm;
            strDivisionId = strDiv;
            intFormId     = 4;

            InitializeComponent();

            cmbDivision_SelectedIndexChanged(null, null);
            cmbDivision.SelectedValue = strDiv;
        }
Example #2
0
 public JobList(DailyHarvestRubber dHarvestR)
 {
     myDharvestR = dHarvestR;
     intFrmType  = 3;
     InitializeComponent();
 }