示例#1
0
 private void btnLogout_Click(object sender, EventArgs e)
 {
     this.Hide();
     Login a = new Login(va);
     a.Show();
 }