예제 #1
0
        private void BtnCourse_Click(object sender, EventArgs e)
        {
            Cources ifrm = new Cources();

            ifrm.Show();
            this.Hide();
        }
예제 #2
0
        private void BtnBack_Click(object sender, EventArgs e)
        {
            Cources frm = new Cources();

            frm.Show();
            this.Hide();
        }