public static void EnterMainLoop(RunLoopDelegate runLoopDelegate) { RunLoopImpl.EnterMainLoop(runLoopDelegate); }
public static void EnterMainLoop(RunLoopDelegate runLoopDelegate) { CurrentRunLoopDelegate = runLoopDelegate; RunLoopImpl.EnterMainLoop(runLoopDelegate); }