C# 클래스 Forex_Strategy_Trader.LayoutColors

Structure Colors
파일 보기 프로젝트 열기: MerlinBrasil/Forex-Strategy-Trader 1 사용 예제들

공개 메소드들

메소드 설명
InitColorSchemes ( ) : void

Inits the languages.

LoadColorScheme ( string sColorScheme ) : void

Loads the color scheme from a file

비공개 메소드들

메소드 설명
LayoutColors ( ) : System

Constructor

ParseColor ( string sNode ) : Color

Parses the color from the given xml node

SetColorsDefault ( ) : void

Sets the default color scheme.

메소드 상세

InitColorSchemes() 공개 정적인 메소드

Inits the languages.
public static InitColorSchemes ( ) : void
리턴 void

LoadColorScheme() 공개 정적인 메소드

Loads the color scheme from a file
public static LoadColorScheme ( string sColorScheme ) : void
sColorScheme string
리턴 void