C# 클래스 Forex_Strategy_Builder.LayoutColors

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

공개 메소드들

메소드 설명
InitColorSchemes ( ) : void

Inits the color scheme.

LoadColorScheme ( string sColorScheme ) : void

Loads the color scheme from a file

비공개 메소드들

메소드 설명
LayoutColors ( ) : System

Constructor

ParseColor ( string node ) : Color

Parses the color from the given xml node

SetColorsDefault ( ) : void

Sets the default color scheme

메소드 상세

InitColorSchemes() 공개 정적인 메소드

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

LoadColorScheme() 공개 정적인 메소드

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