Exemple #1
0
 private void obtenerUsuarioLogueadoCorrectamente()
 {
     this.UsuarioIniciado = UsuarioDB.ObtenerPorUsername(this.textBoxUsername.Text);
     this.Close();
 }