Esempio n. 1
0
        public void SetUp()
        {
            var resolver = ObjectResolver.Basic();

            theSource   = new FolderAppSettingsXmlSource("Configuration");
            theProvider = new SettingsProvider(resolver, new ISettingsSource[] { theSource });
        }
        public void SetUp()
        {
            // See the *.config files in this directory in solution
            // explorer
            var source = new FolderAppSettingsXmlSource("Configuration");

            theData = source.FindSettingData();
        }