1 implementation of GetPreviousVersion
System.Configuration.ConfigurationManager (1)
System\Configuration\LocalFileSettingsProvider.cs (1)
252public SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property)
1 reference to GetPreviousVersion
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
296value = clientProv.GetPreviousVersion(Context, sp);