private void tmiJGCodeList_Click(object sender, EventArgs e) { this.Cursor = Cursors.WaitCursor; frmJobGradeList pForm = new frmJobGradeList(); pForm.MdiParent = this; pForm.Show(); this.Cursor = Cursors.Default; }
public frmJobGradeAdd(frmJobGradeList pfrmJobGradeList) { _frmJobGradeList = pfrmJobGradeList; InitializeComponent(); }