Пример #1
0
 private void Initialize()
 {
     //statest.Cells[0].Value = "Hello";
     //ForexMarketUpdatesTable.Rows.
     currencychart = CurrencyGraph;
     table         = ForexMarketUpdatesTable;
     InitializeForexTable(table);
     UpdateTableBackgroundWorker.RunWorkerAsync();
     UpdateChartBackgroundWorker.RunWorkerAsync();
     UpdateCSVFileBackgroundWorker.RunWorkerAsync();
     TrueFX.initialize();
 }
Пример #2
0
        private void Initialize()
        {
            // We would have to change this in order to implement the new stuff.

            //statest.Cells[0].Value = "Hello";
            //ForexMarketUpdatesTable.Rows.
            currencychart = CurrencyGraph;
            table         = ForexMarketUpdatesTable;
            InitializeForexTable(table);
            UpdateChartBackgroundWorker.WorkerSupportsCancellation = true;
            UpdateTableBackgroundWorker.RunWorkerAsync();
            UpdateCSVFileBackgroundWorker.RunWorkerAsync();
            TrueFX.initialize();
        }