integrated TFuture
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
program ChartDisplayProject;
|
||||
|
||||
uses
|
||||
FastMM5,
|
||||
Vcl.Forms,
|
||||
ChartDisplayMain in 'ChartDisplayMain.pas' {ChartForm},
|
||||
Myc.OHLCCache in '..\common\Myc.OHLCCache.pas',
|
||||
Myc.ChartDataController in '..\common\Myc.ChartDataController.pas';
|
||||
Myc.ChartDataController in '..\common\Myc.ChartDataController.pas',
|
||||
DataStreamer in 'DataStreamer.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user