public void LaunchGlade() { Gtk.Application.Init (); ExceptionManager.UnhandledException += HandleExceptionManagerUnhandledException; this.gwin = new GladeWindow (this.session); //Console.WriteLine (System.Environment.CurrentDirectory); //throw new Exception ("eeeeeeeeee"); Gtk.Application.Run (); }
public void LaunchGlade() { Gtk.Application.Init(); ExceptionManager.UnhandledException += HandleExceptionManagerUnhandledException; this.gwin = new GladeWindow(this.session); //Console.WriteLine (System.Environment.CurrentDirectory); //throw new Exception ("eeeeeeeeee"); Gtk.Application.Run(); }