Esempio n. 1
0
 public Program()
 {
     this.session = new Session ();
     this.session.RegisterCommands ();
 }
Esempio n. 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 ();
 }