Example #1
0
 private void sairMenuItem_Click(object sender, EventArgs e)
 {
     Autenticacao aut = new Autenticacao();
     aut.Show();
     this.Close();
 }
Example #2
0
 private void button_SairBarraDeFerramentas_Click(object sender, EventArgs e)
 {
     Autenticacao aut = new Autenticacao();
     aut.Show();
     this.Close();
 }