C# Class AK.F1.Timing.UI.Services.Settings.IsolatedStorageSettings

Inheritance: Caliburn.PresentationFramework.ApplicationModel.IsolatedStorageStateManager, ISettings
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
IsolatedStorageSettings ( ) : Caliburn.Core.IoC

Initialises a new instance of the IsolatedStorageSettings class.

Save ( ) : void

Method Details

IsolatedStorageSettings() public method

Initialises a new instance of the IsolatedStorageSettings class.
public IsolatedStorageSettings ( ) : Caliburn.Core.IoC
return Caliburn.Core.IoC

Save() public method

public Save ( ) : void
return void