Exemplo n.º 1
0
 private void LoginButton_Click(object sender, EventArgs e)
 {
     _messaging.Login();
 }
Exemplo n.º 2
0
 private void LoginButton_TouchUpInside(object sender, EventArgs e)
 {
     _messaging.Login();
 }