コード例 #1
0
ファイル: PreferencesDialog.cs プロジェクト: moscrif/ide
        public PreferencesDialog(TypPreferences typ,string title)
        {
            this.Build();

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

            this.inicialize = null;
            typPreferences = typ;

            GenerateTree();
        }
コード例 #2
0
ファイル: PreferencesDialog.cs プロジェクト: anthrax3/ide-1
        public PreferencesDialog(TypPreferences typ, string title)
        {
            this.Build();

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

            this.inicialize = null;
            typPreferences  = typ;

            GenerateTree();
        }