コード例 #1
0
        public MainViewModel()
        {
            _proj = ProjectContainer.Load("northWind.dcproj");

            var defaultMetadata = new MetadataContainer();

            MetadataContainer.VerifyIntegrityOfSqlMetadata(new QueryDispatcher(), _proj, ref defaultMetadata);
            _currentApp = ConfigurationService.Load(_proj, defaultMetadata.Metadatas);

            _solutionExplorer = new SolutionExplorer.SolutionExplorerViewModel();
        }