C# 클래스 Forex_Strategy_Builder.Command_Console

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
Command_Console ( ) : System

Constructor

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

OnLoad

OnResize ( EventArgs e ) : void

OnResize

비공개 메소드들

메소드 설명
ParseInput ( string input ) : void

Does the job

ShowBar ( string input ) : void

Show bar

ShowIndicators ( string input ) : void

Show indicators in the selected bars.

ShowMissingPhrases ( ) : void

Shows all missing phrases.

ShowOrder ( string input ) : void

Show position

ShowPosition ( string input ) : void

Show position

ShowStrategy ( ) : void

Shows the strategy

SpeedTest ( ) : void

Speed Test

TbxInput_KeyUp ( object sender, KeyEventArgs e ) : void

Catches the hot keys

메소드 상세

Command_Console() 공개 메소드

Constructor
public Command_Console ( ) : System
리턴 System

OnLoad() 보호된 메소드

OnLoad
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnResize() 보호된 메소드

OnResize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void