Пример #1
0
        public void TestConstrucition()
        {
            var sections = new Controls.ViewModels.SectionTreeView.SectionsViewModel(new List <ISection>());

            TestInitialize(sections.Sections);
        }
Пример #2
0
        public void TestConstrucition()
        {
            var sections = new Controls.ViewModels.SectionTreeView.SectionsViewModel(new List<ISection>());

            TestInitialize(sections.Sections);
        }