상속: Gtk.Window
예제 #1
0
 public static void Run ()
 {
     Application.Init ();
     TestModuleRunner runner = new TestModuleRunner ();
     runner.DeleteEvent += delegate { Application.Quit (); };
     runner.ShowAll ();
     Application.Run ();
 }
예제 #2
0
 public static void Run ()
 {
     Application.Init ();
     Hyena.ThreadAssist.InitializeMainThread ();
     TestModuleRunner runner = new TestModuleRunner ();
     runner.DeleteEvent += delegate { Application.Quit (); };
     runner.ShowAll ();
     Application.Run ();
 }