Ejemplo n.º 1
0
 private void botonLogout_Click(object sender, EventArgs e)
 {
     Sesion.LogOut();
     FormsEstaticos.Principal.Show();
     this.Hide();
     singleton = null;
 }