//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(); }
private void button1_Click(object sender, EventArgs e) { if (deInicio) { ini.Show(); this.Close(); } else { exx.Show(); this.Close(); } }