C# Class SidebarDiagnostics.Framework.Settings

Inheritance: INotifyPropertyChanged
Mostra file Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Property Type Description
Load Settings
Settings System

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void
Reload ( ) : void
Save ( ) : void

Private Methods

Method Description
Load ( ) : Settings
Settings ( ) : System

Method Details

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

Reload() public method

public Reload ( ) : void
return void

Save() public method

public Save ( ) : void
return void