예제 #1
0
파일: Program.cs 프로젝트: sgtnasty/battle
 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 ();
 }
예제 #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();
 }