Exemple #1
0
        public void GetSectionNamesTest()
        {
            string        path     = "SOFTWARE\\OpenRails";
            SettingsStore store    = SettingsStore.GetSettingsStore(StoreType.Registry, path, null);
            var           sections = store.GetSectionNames();

            Assert.IsNotNull(sections);
        }