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