Exemplo n.º 1
0
 internal static void EndLoop(Thread thread)
 {
                 #if DriverDebug
     Console.WriteLine("EndLoop({0:X}): Called", thread.GetHashCode());
                 #endif
     driver.EndLoop(thread);
 }
Exemplo n.º 2
0
 internal static void EndLoop(Thread thread)
 {
     DriverDebug("EndLoop ({0:X}): Called", thread.GetHashCode());
     driver.EndLoop(thread);
 }