Esempio n. 1
0
 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 ();
 }
Esempio n. 2
0
 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();
 }