C# Class VersionMigratorGUI.Preferences

显示文件 Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Properties

Property Type Description
LastProject string

Public Methods

Method Description
Load ( string fname ) : Preferences
Preferences ( ) : System
Save ( string fname ) : void

Private Methods

Method Description
CreateSerializer ( ) : XmlSerializer

Method Details

Load() public static method

public static Load ( string fname ) : Preferences
fname string
return Preferences

Preferences() public method

public Preferences ( ) : System
return System

Save() public method

public Save ( string fname ) : void
fname string
return void

Property Details

LastProject public_oe property

public string LastProject
return string