Gtk.Application.Run Method
Runs the main loop

Syntax

public static void Run ()

Remarks

Runs the main loop until Application.Quit() is called. You can nest calls to Application.Run(). In that case Application.Quit() will make the innermost invocation of the main loop return.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)