C# Class WMWP_Map.Settings.IsoManager

Mostra file Open project: sozialhelden/wheelmap-wp7

Protected Properties

Property Type Description
instance IsoManager

Public Methods

Method Description
Load ( ) : void

loads map-related user settings from isolated storage

Save ( ) : void

saves map-related user settings to isolated storage

Protected Methods

Method Description
IsoManager ( ) : System

Method Details

IsoManager() protected method

protected IsoManager ( ) : System
return System

Load() public method

loads map-related user settings from isolated storage
public Load ( ) : void
return void

Save() public method

saves map-related user settings to isolated storage
public Save ( ) : void
return void

Property Details

instance protected_oe static_oe property

protected static IsoManager,WMWP_Map.Settings instance
return IsoManager