Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     form3 = new Form3();//管理员信息
     form3.Show();
 }