[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor/OHLC OHLCdataGrid.cs,1.4,1.5 OHLCt
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-08 17:26:15
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8314/Downloader/QuotesEditor/OHLC Modified Files: OHLCdataGrid.cs OHLCtabPage.cs OHLCuserControl.cs Log Message: The namespace QuantProject.Applications.Downloader.Validate is not used anymore Index: OHLCtabPage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCtabPage.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OHLCtabPage.cs 21 Mar 2004 16:58:40 -0000 1.1 --- OHLCtabPage.cs 8 May 2004 17:26:04 -0000 1.2 *************** *** 3,7 **** using System.Drawing; using System.Windows.Forms; ! using QuantProject.Applications.Downloader.Validate; namespace QuantProject.Applications.Downloader --- 3,7 ---- using System.Drawing; using System.Windows.Forms; ! using QuantProject.Business.Validation; namespace QuantProject.Applications.Downloader Index: OHLCuserControl.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCuserControl.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OHLCuserControl.cs 26 Apr 2004 15:48:04 -0000 1.3 --- OHLCuserControl.cs 8 May 2004 17:26:04 -0000 1.4 *************** *** 27,31 **** using System.Data; using System.Windows.Forms; - using QuantProject.Applications.Downloader.Validate; using QuantProject.Business.Validation; --- 27,30 ---- Index: OHLCdataGrid.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCdataGrid.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OHLCdataGrid.cs 26 Apr 2004 15:48:04 -0000 1.4 --- OHLCdataGrid.cs 8 May 2004 17:26:04 -0000 1.5 *************** *** 24,28 **** using System.Data; using System.Windows.Forms; - using QuantProject.Applications.Downloader.Validate; using QuantProject.Business.Validation; --- 24,27 ---- |