Пример #1
0
 // callback
 public static void Looper_SecondSubscriber(object sender, loopEventArgs e, int i)
 {
     Console.WriteLine("2nd callback");
 }
Пример #2
0
 // Callback
 public static void Looper_OnLoopHit(object sender, loopEventArgs e, int threadid)
 {
     Console.WriteLine("HIT: " + e.Message + " on thread " + threadid.ToString());
 }