예제 #1
0
파일: Program.cs 프로젝트: sgtnasty/battle
 public Program()
 {
     this.session = new Session ();
     this.session.RegisterCommands ();
 }
예제 #2
0
 public GladeWindow(Session session)
 {
     this.session = session;
     this.command_store = new TreeStore (typeof (string));
     this.connect ();
     this.window1.SetDefaultSize (800, 600);
     this.window1.ShowAll ();
 }