Esempio n. 1
0
        private IBLibrary CreateBLibrary(string bLibraryName)
        {
            SendStatusChanged("Selecting (or creating) an empty model.");
            var emptyModelPath = GetEmptyModelPath();

            SendStatusChanged("Creating bLibrary.");
            return(cctsRepository.CreateRootBLibrary(emptyModelPath, new BLibrarySpec
            {
                Name = bLibraryName
            }));
        }