Example #1
0
 private void activeLogin1_FailedThreeTimes(object sender, ControlLib.LoginEventArgs e)
 {
     MessageBox.Show("Failed to login three times.");
 }
Example #2
0
 private void activeLogin1_GoodLogin(object sender, ControlLib.LoginEventArgs e)
 {
     MessageBox.Show("Welcome " + e.UserID);
 }