[Quantproject-developers] QuantDownloader/Downloader/TickerSelectors TickerViewer.cs,1.7,1.8
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-04-08 14:11:35
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/TickerSelectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13992/Downloader/TickerSelectors Modified Files: TickerViewer.cs Log Message: Changed constructor for FaultyTickers class to access faultyTickers table Index: TickerViewer.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/TickerSelectors/TickerViewer.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TickerViewer.cs 11 Sep 2005 15:36:02 -0000 1.7 --- TickerViewer.cs 8 Apr 2006 14:11:28 -0000 1.8 *************** *** 702,706 **** Cursor.Current = Cursors.WaitCursor; ! this.tableTickers = new FaultyTickers().Table; this.dataGrid1.DataSource = this.tableTickers; --- 702,706 ---- Cursor.Current = Cursors.WaitCursor; ! this.tableTickers = new FaultyTickers(true).Table; this.dataGrid1.DataSource = this.tableTickers; |