Beispiel #1
0
 //CERRAR SECION
 private void button1_Click_1(object sender, EventArgs e)
 {
     Usuario.username = "";
     Usuario.Rol      = "";
     Usuario.ID       = 0;
     Usuario.esAdmin  = 0;
     ini.Show();
     this.Close();
 }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (deInicio)
     {
         ini.Show();
         this.Close();
     }
     else
     {
         exx.Show();
         this.Close();
     }
 }