Exemplo n.º 1
0
        public static void SaveSettings(TranslationJosmStringsSettings settings)
        {
            SettingsRegistryDriver driver = new SettingsRegistryDriver();

            driver.Save(settings);
        }
Exemplo n.º 2
0
        public static TranslationJosmStringsSettings LoadSettings(TranslationJosmStringsSettings settings)
        {
            SettingsRegistryDriver driver = new SettingsRegistryDriver();

            return(driver.Load(settings));
        }