C# Class mRemoteNG.Themes.ThemeSerializer

Mostra file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
LoadFromXmlFile ( string filename ) : List
SaveToXmlFile ( List themes, string filename ) : void
SaveToXmlFile ( ThemeInfo themeInfo, string filename ) : void

Private Methods

Method Description
DecodeColorName ( string name ) : Color
EncodeColorName ( Color color ) : string

Method Details

LoadFromXmlFile() public static method

public static LoadFromXmlFile ( string filename ) : List
filename string
return List

SaveToXmlFile() public static method

public static SaveToXmlFile ( List themes, string filename ) : void
themes List
filename string
return void

SaveToXmlFile() public static method

public static SaveToXmlFile ( ThemeInfo themeInfo, string filename ) : void
themeInfo ThemeInfo
filename string
return void