Ejemplo n.º 1
0
 public static void Run ()
 {
     Application.Init ();
     TestModuleRunner runner = new TestModuleRunner ();
     runner.DeleteEvent += delegate { Application.Quit (); };
     runner.ShowAll ();
     Application.Run ();
 }
Ejemplo n.º 2
0
 public static void Run ()
 {
     Application.Init ();
     Hyena.ThreadAssist.InitializeMainThread ();
     TestModuleRunner runner = new TestModuleRunner ();
     runner.DeleteEvent += delegate { Application.Quit (); };
     runner.ShowAll ();
     Application.Run ();
 }