Beispiel #1
0
 private void InitPages()
 {
     _ClassificationPage    = new Frames.Classifications(_SQLClient);
     _ConceptPage           = new Frames.Concepts(_SQLClient);
     _PropertiesPage        = new Frames.Properties(_SQLClient);
     _DefinitionsPage       = new Frames.Definitions(_SQLClient);
     _SourcePage            = new Frames.Sources(_SQLClient);
     _TreeVisualizationPage = new Graphs.TreeVisualizationPage(_SQLClient);
 }
        public Concepts()
        {
            InitializeComponent();

            Instance = this;
        }