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