コード例 #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();
        }