public EmployeeList(OutstandingRecoveriesForm myForm, String strDiv) { myOutstandingRec = myForm; strDivisionId = strDiv; intFormId = 6; InitializeComponent(); cmbDivision_SelectedIndexChanged(null, null); cmbDivision.SelectedValue = strDiv; }
private void btnDisplayrec_Click(object sender, EventArgs e) { OutstandingRecoveriesForm objORF = new OutstandingRecoveriesForm(); objORF.Show(); }