コード例 #1
0
 /// <summary>
 /// Called when when the user has updated the preferences in the UI.  Allows the 
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="PreferencesUpdatedEventArgs"/> instance containing the 
 /// event data.</param>
 private static void OnViewPreferencesUpdated(object sender, PreferencesUpdatedEventArgs e)
 {
     // TODO: Update additional user settings here
     PreferencesManager.Save();
 }
コード例 #2
0
 /// <summary>
 /// Called when when the user has updated the preferences in the UI.  Allows the
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="PreferencesUpdatedEventArgs"/> instance containing the
 /// event data.</param>
 private static void OnViewPreferencesUpdated(object sender, PreferencesUpdatedEventArgs e)
 {
     // TODO: Update additional user settings here
     PreferencesManager.Save();
 }