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