private void tsBtnFaculty_Click(object sender, EventArgs e) { frmFaculty facFrmObj = new frmFaculty(); facFrmObj.MdiParent = this; facFrmObj.Show(); }
private void contextMenuStripItemFaculty_Click(object sender, EventArgs e) { frmFaculty facFrmObj = new frmFaculty(); facFrmObj.MdiParent = this; facFrmObj.Show(); }