C# Class ThemeTool.ToolSettings

Description of ToolSettings.
Exibir arquivo Open project: AlienJust/ThemeTool Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadSettings ( ) : string
SaveSettings ( string themeName ) : void
SetTheme ( string themeName ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : string
return string

SaveSettings() public method

public SaveSettings ( string themeName ) : void
themeName string
return void

SetTheme() public method

public SetTheme ( string themeName ) : void
themeName string
return void