[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor/RangeToRange RangeToRangeDataGrid.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-26 15:42:28
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/RangeToRange In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21916/Downloader/QuotesEditor/RangeToRange Modified Files: RangeToRangeDataGrid.cs Log Message: Now many features are got from the Data.DataTables namespace (they were provided by the DataAccess.Tables namespace) Index: RangeToRangeDataGrid.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/RangeToRange/RangeToRangeDataGrid.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RangeToRangeDataGrid.cs 8 May 2004 17:29:38 -0000 1.4 --- RangeToRangeDataGrid.cs 26 May 2004 15:42:09 -0000 1.5 *************** *** 1,5 **** using System; using QuantProject.Business.Validation; ! using QuantProject.DataAccess.Tables; namespace QuantProject.Applications.Downloader --- 1,5 ---- using System; using QuantProject.Business.Validation; ! using QuantProject.Data.DataTables; namespace QuantProject.Applications.Downloader |