예제 #1
0
 /// <summary>
 /// Update the database with the latest options.
 /// </summary>
 private void UpdateDatabaseOptions()
 {
     // SubsystemDataConfig needs to be converted to a SubsystemConfiguration
     // because the SubsystemConfig will be compared in AppConfiguration to determine
     // where to save the settings.  Because SubsystemDataConfig and SubsystemConfiguration
     // are not the same type, it will not pass Equal()
     _pm.UpdateBackscatterOptions(_options);
 }