Beispiel #1
0
        private void BtnDefaultClick(object sender, RoutedEventArgs e)
        {
            var tSettings = new Settings {
                ProfileName = Settings.ProfileName
            };

            Settings = tSettings;
            Settings.SaveSettings(Settings);
            TiSettingsGotFocus(this, null);
        }
Beispiel #2
0
 private void BtnDefaultClick(object sender, RoutedEventArgs e)
 {
     var tSettings = new Settings {ProfileName = Settings.ProfileName};
     Settings = tSettings;
     Settings.SaveSettings(Settings);
     TiSettingsGotFocus(this, null);
 }