Esempio n. 1
0
 public static void OnComplete(uSyncEventArgs e)
 {
     if (Initialized != null)
     {
         Initialized(e);
     }
 }
Esempio n. 2
0
 // our events
 public static void OnStarting(uSyncEventArgs e)
 {
     if (Starting != null)
     {
         Starting(e);
     }
 }
Esempio n. 3
0
 public static void OnComplete(uSyncEventArgs e)
 {
     if (Initialized != null)
     {
         Initialized(e);
     }
 }
Esempio n. 4
0
 // our events
 public static void OnStarting(uSyncEventArgs e)
 {
     if (Starting != null)
     {
         Starting(e);
     }
 }