private void Initialize() { //statest.Cells[0].Value = "Hello"; //ForexMarketUpdatesTable.Rows. currencychart = CurrencyGraph; table = ForexMarketUpdatesTable; InitializeForexTable(table); UpdateTableBackgroundWorker.RunWorkerAsync(); UpdateChartBackgroundWorker.RunWorkerAsync(); UpdateCSVFileBackgroundWorker.RunWorkerAsync(); TrueFX.initialize(); }
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(); }