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