[Quantproject-developers] QuantProject/b4_Business/a3_Testing TestWindows.cs,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-24 20:12:00
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a3_Testing
In directory sc8-pr-cvs1:/tmp/cvs-serv5945/b4_Business/a3_Testing
Modified Files:
TestWindows.cs
Log Message:
- Fixed the class namespace
Index: TestWindows.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a3_Testing/TestWindows.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** TestWindows.cs 13 Oct 2003 21:59:23 -0000 1.1.1.1
--- TestWindows.cs 24 Nov 2003 20:11:58 -0000 1.2
***************
*** 23,27 ****
using System;
! namespace QuantProject.Business.Financial.Testing
{
/// <summary>
--- 23,27 ----
using System;
! namespace QuantProject.Business.Testing
{
/// <summary>
|