예제 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form33 f33 = new Form33();

            f33.Show();
            this.Hide();
        }
예제 #2
0
        private void buttonupdate_Click(object sender, EventArgs e)
        {
            Form33 form33 = new Form33();

            this.Hide();
            form33.ShowDialog();
            this.Show();
        }