Exemple #1
0
 //Sair
 private void button5_Click(object sender, EventArgs e)
 {
     this.Visible = false;
     login.Show();
 }