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