Example #1
0
 public MainWindow() :
     base(Gtk.WindowType.Toplevel)
 {
     this.Build();
     this.filename = ManagerFile.SelectFile(this);
     managerFile   = new ManagerFile(filename);
 }
Example #2
0
 public MainDialog() : base(Gtk.WindowType.Toplevel)
 {
     this.Build();
     this.filename = ManagerFile.SelectFile(this);
     //this.filename = "/tmp/test.manager";
 }