예제 #1
0
 /// <summary>
 /// Quit the CEF message loop that was started by calling <see cref="Run"/>.<para/>
 /// This function should only be called on the main application thread and only
 /// if <see cref="Run"/> was used.
 /// </summary>
 public static void Exit()
 {
     CefApi.QuitMessageLoop();
 }