예제 #1
0
파일: Form1.cs 프로젝트: lixeon/NIIT-Source
        private void tsBtnFaculty_Click(object sender, EventArgs e)
        {
            frmFaculty facFrmObj = new frmFaculty();

            facFrmObj.MdiParent = this;
            facFrmObj.Show();
        }
예제 #2
0
파일: Form1.cs 프로젝트: lixeon/NIIT-Source
        private void contextMenuStripItemFaculty_Click(object sender, EventArgs e)
        {
            frmFaculty facFrmObj = new frmFaculty();

            facFrmObj.MdiParent = this;
            facFrmObj.Show();
        }