Property | Type | Description | |
---|---|---|---|
SettingsPropertyChanged | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
LoadUpgradeSettings ( ) : void |
Load and upgrade the settings.
|
|
SettingsHelper ( System.Configuration.ApplicationSettingsBase settings, string goinstall ) : System |
Initializes a new instance of the SettingsHelper class.
|
Method | Description | |
---|---|---|
SettingsHelper ( ) : System |
Initializes a new instance of the SettingsHelper class.
|
Method | Description | |
---|---|---|
SettingsPropertyChanged ( object sender, |
Handles the PropertyChanged event of the Settings control.
|
public SettingsHelper ( System.Configuration.ApplicationSettingsBase settings, string goinstall ) : System | ||
settings | System.Configuration.ApplicationSettingsBase | /// The settings. /// |
goinstall | string | /// default setting parameter /// used for updating. /// |
return | System |