/// <summary> /// <para>Run the main event loop on this application.</para> /// </summary> /// /// <remarks> /// <para>The main event loop will run until the <c>Quit</c> /// method is called on the display.</para> /// </remarks> public void Run() { if (display != null) { display.Run(); } }