C# Class DeploymentTracker.Properties.Settings

Inheritance: global::System.Configuration.ApplicationSettingsBase
Show file Open project: RyanTBerry/WindowsAzureDeploymentTracker

Private Properties

Property Type Description
SettingChangingEventHandler void
SettingsSavingEventHandler void

Public Methods

Method Description
Settings ( )

Initializes a new instance of the Settings class.

Private Methods

Method Description
SettingChangingEventHandler ( object sender, System e ) : void

Settings the changing event handler.

SettingsSavingEventHandler ( object sender, System e ) : void

Settingses the saving event handler.

Method Details

Settings() public method

Initializes a new instance of the Settings class.
public Settings ( )