コード例 #1
0
ファイル: Form1.cs プロジェクト: munsif3/ITP_NAKSSIUM
        private void metroTile1_Click_1(object sender, EventArgs e)
        {
            studentDetails sd = new studentDetails();

            sd.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: munsif3/ITP_NAKSSIUM
        private void metroButton1_Click(object sender, EventArgs e)
        {
            studentDetails sd = new studentDetails();

            sd.Show();
        }