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