예제 #1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            certification f1 = new certification();

            this.Hide();
            f1.ShowDialog();
        }
예제 #2
0
파일: note.cs 프로젝트: shihan37/se
        private void button3_Click(object sender, EventArgs e)
        {
            certification f3 = new certification();

            this.Hide();
            f3.ShowDialog();
        }