[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor/OHLC OHLCdataGrid.cs,1.3,1.4 OHLCu
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-04-26 15:48:16
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9396/Downloader/QuotesEditor/OHLC Modified Files: OHLCdataGrid.cs OHLCuserControl.cs Log Message: Now using the new QuantProject.Business.Validation namespace Index: OHLCuserControl.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCuserControl.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OHLCuserControl.cs 21 Mar 2004 16:32:31 -0000 1.2 --- OHLCuserControl.cs 26 Apr 2004 15:48:04 -0000 1.3 *************** *** 28,31 **** --- 28,32 ---- using System.Windows.Forms; using QuantProject.Applications.Downloader.Validate; + using QuantProject.Business.Validation; namespace QuantProject.Applications.Downloader Index: OHLCdataGrid.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCdataGrid.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OHLCdataGrid.cs 21 Mar 2004 16:35:50 -0000 1.3 --- OHLCdataGrid.cs 26 Apr 2004 15:48:04 -0000 1.4 *************** *** 25,28 **** --- 25,29 ---- using System.Windows.Forms; using QuantProject.Applications.Downloader.Validate; + using QuantProject.Business.Validation; namespace QuantProject.Applications.Downloader |