Esempio n. 1
0
 public static void OnAppear(Args.EventArgs.ErrorEventArgs args)
 {
     if (LoginFailedEvent != null)
     {
         LoginFailedEvent(args);
     }
 }
Esempio n. 2
0
 public static void OnAppear(Args.EventArgs.ErrorEventArgs args)
 {
     if (EvaluationErrorEvent != null)
     {
         EvaluationErrorEvent(args);
     }
 }
Esempio n. 3
0
 public static void OnAppear(Args.EventArgs.ErrorEventArgs args)
 {
     if (NetworkStreamErrorEvent != null)
     {
         NetworkStreamErrorEvent(args);
     }
 }
Esempio n. 4
0
 public static void OnAppear(Args.EventArgs.ErrorEventArgs args)
 {
     if (ConnectionErrorEvent != null)
     {
         ConnectionErrorEvent(args);
     }
 }