Ejemplo n.º 1
0
        public PreferencesDialog(TypPreferences typ,string title)
        {
            this.Build();

            this.TransientFor = MainClass.MainWindow;
            this.Title = title;

            this.inicialize = null;
            typPreferences = typ;

            GenerateTree();
        }
Ejemplo n.º 2
0
        public PreferencesDialog(TypPreferences typ, string title)
        {
            this.Build();

            this.TransientFor = MainClass.MainWindow;
            this.Title        = title;

            this.inicialize = null;
            typPreferences  = typ;

            GenerateTree();
        }