Exemplo n.º 1
0
 private void LoginButton_Click(object sender, EventArgs e)
 {
     LoggedUserUtility.logIn(this, Login.Text, Password.Text);
 }