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