[Quantproject-developers] QuantDownloader/Downloader DataSet1.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-30 22:37:34
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader
In directory sc8-pr-cvs1:/tmp/cvs-serv19357/Downloader
Modified Files:
DataSet1.cs
Log Message:
The namespace has been changed from QuantDownloader
to QuantProject.Applications.Downloader
Index: DataSet1.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/DataSet1.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DataSet1.cs 20 Nov 2003 22:38:48 -0000 1.2
--- DataSet1.cs 30 Nov 2003 22:37:31 -0000 1.3
***************
*** 9,13 ****
//------------------------------------------------------------------------------
! namespace QuantDownloader {
using System;
using System.Data;
--- 9,13 ----
//------------------------------------------------------------------------------
! namespace QuantProject.Applications.Downloader {
using System;
using System.Data;
|