コード例 #1
0
 public static void EnterMainLoop(RunLoopDelegate runLoopDelegate)
 {
     RunLoopImpl.EnterMainLoop(runLoopDelegate);
 }
コード例 #2
0
 public static void EnterMainLoop(RunLoopDelegate runLoopDelegate)
 {
     CurrentRunLoopDelegate = runLoopDelegate;
     RunLoopImpl.EnterMainLoop(runLoopDelegate);
 }