Esempio n. 1
0
 public LoginForm()
 {
     InitializeComponent();
     this.CenterToScreen();
     textBox1.Select();
     userDatabase = UsersDataBase.getInstance();
 }
Esempio n. 2
0
 public UserEditor()
 {
     InitializeComponent();
     this.CenterToScreen();
     userDatabase = UsersDataBase.getInstance();
 }