C# Class ApplicationSettings, code

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Load ( string xml ) : T
Save ( obj ) : void

Method Details

Load() public static method

public static Load ( string xml ) : T
xml string
return T

Save() public static method

public static Save ( obj ) : void
return void