[Quantproject-developers] QuantDownloader/Downloader/TickerSelectors TickerGroupsViewer.cs,1.5,1.6
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-09-05 13:57:13
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/TickerSelectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23882/Downloader/TickerSelectors Modified Files: TickerGroupsViewer.cs Log Message: Changed some messages for the user; cleaned old code Index: TickerGroupsViewer.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/TickerSelectors/TickerGroupsViewer.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TickerGroupsViewer.cs 4 Aug 2004 23:07:01 -0000 1.5 --- TickerGroupsViewer.cs 5 Sep 2004 13:57:00 -0000 1.6 *************** *** 265,269 **** if(item.Tag is System.String ) // the item contains in Tag property the ticker ID ! Tickers_tickerGroups.Delete((string)item.Tag, (string)this.treeViewGroups.SelectedNode.Tag); else --- 265,269 ---- if(item.Tag is System.String ) // the item contains in Tag property the ticker ID ! QuantProject.DataAccess.Tables.Tickers_tickerGroups.Delete((string)item.Tag, (string)this.treeViewGroups.SelectedNode.Tag); else |