Exemplo n.º 1
0
 private void btLogIn_Click(object sender, EventArgs e)
 {
     try
     {
         client.LogIn(tbLogIn.Text, mTbPassLog.Text);
     }
     catch (Exception)
     {
         MessageBox.Show("Wrong Login! Please try one more time");
     }
     LogInUI();
 }