Esempio n. 1
0
        private void buttonRefresh_Click(object sender, EventArgs e)
        {
            FormShow show = new FormShow();

            this.Hide();
            show.Show();
        }
Esempio n. 2
0
 private void buttonShow_Click(object sender, EventArgs e)
 {
     Course.FormShow show = new Course.FormShow();
     this.Hide();
     show.Show();
 }