예제 #1
0
 private void Login_Shown(object sender, EventArgs e)
 {
     this.Width  = 275;
     this.Height = 265;
     this.CenterToScreen();
     LoginUsuario.Focus();
 }
예제 #2
0
 public Login()
 {
     InitializeComponent();
     LoginUsuario.Focus();
     groupBoxusuario.Visible = true;
     db = new database();
     progressBar1.Visible = false;
 }