public static void EnterMainLoop(RunLoopDelegate runLoopDelegate)
 {
     RunLoopImpl.EnterMainLoop(runLoopDelegate);
 }
예제 #2
0
 public static void EnterMainLoop(RunLoopDelegate runLoopDelegate)
 {
     CurrentRunLoopDelegate = runLoopDelegate;
     RunLoopImpl.EnterMainLoop(runLoopDelegate);
 }