예제 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Form4 form4 = new Form4();
     form4.Show();
 }