Exemple #1
0
        public static void SaveSettings(TranslationJosmStringsSettings settings)
        {
            SettingsRegistryDriver driver = new SettingsRegistryDriver();

            driver.Save(settings);
        }
Exemple #2
0
        public static TranslationJosmStringsSettings LoadSettings(TranslationJosmStringsSettings settings)
        {
            SettingsRegistryDriver driver = new SettingsRegistryDriver();

            return(driver.Load(settings));
        }