コード例 #1
0
        private void button8_Click(object sender, EventArgs e)
        {
            DisplaySchedulue ds = new DisplaySchedulue();

            ds.parent = this.parent;
            ds.Show();
        }
コード例 #2
0
ファイル: StudentHomePage.cs プロジェクト: Syq777/Mycourse
        private void toolStripButton3_Click(object sender, EventArgs e)
        {
            DisplaySchedulue displayschedulue = new DisplaySchedulue();

            displayschedulue.parent = this;
            displayschedulue.Show();
        }