Пример #1
0
        private void SaveAppSettings()
        {
            AppSettings.ShowWalkTroutPage = false;

            var appPref = new AppPreferences();

            appPref.StoreShowWalkThroughPageValue(AppSettings.ShowWalkTroutPage);
        }