Method | Description | |
---|---|---|
JForex_Import ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Perform initializing
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( EventArgs e ) : void |
Recalculates the sizes and positions of the controls after resizing.
|
Method | Description | |
---|---|---|
BgWorker_DoWork ( object sender, |
Does the job
|
|
BgWorker_RunWorkerCompleted ( object sender, |
This event handler deals with the results of the background operation.
|
|
BtnBrowse_Click ( object sender, |
||
BtnHelp_Click ( object sender, |
||
BtnImport_Click ( object sender, |
||
FilterReccord ( List |
||
ImportBarFile ( |
||
ImportTicks ( |
||
IsWeekend ( System.DateTime time ) : bool | ||
ReadJForexFiles ( ) : void | ||
SaveReccord ( BinaryWriter binaryWriter, DateTime time, int volume, List |
||
SetInfoText ( string text ) : void | ||
StringToDouble ( string input ) : double |
Converts a string to a double number.
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |