public Program() { this.session = new Session (); this.session.RegisterCommands (); }
public GladeWindow(Session session) { this.session = session; this.command_store = new TreeStore (typeof (string)); this.connect (); this.window1.SetDefaultSize (800, 600); this.window1.ShowAll (); }