C# Class Forex_Strategy_Builder.LayoutColors

Colors
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
InitColorSchemes ( ) : void

Inits the color scheme.

LoadColorScheme ( string sColorScheme ) : void

Loads the color scheme from a file

Private Methods

Méthode Description
LayoutColors ( ) : System

Constructor

ParseColor ( string node ) : Color

Parses the color from the given xml node

SetColorsDefault ( ) : void

Sets the default color scheme

Method Details

InitColorSchemes() public static méthode

Inits the color scheme.
public static InitColorSchemes ( ) : void
Résultat void

LoadColorScheme() public static méthode

Loads the color scheme from a file
public static LoadColorScheme ( string sColorScheme ) : void
sColorScheme string
Résultat void