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