[Quantproject-developers] QuantProject/b91_QuantProject Main.cs,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-24 20:05:06
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject
In directory sc8-pr-cvs1:/tmp/cvs-serv4770/b91_QuantProject
Modified Files:
Main.cs
Log Message:
- Some commented code has been cleaned up
- New scripts invoking (commented) lines have been added
Index: Main.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Main.cs 13 Oct 2003 22:01:58 -0000 1.1.1.1
--- Main.cs 24 Nov 2003 20:05:03 -0000 1.2
***************
*** 228,237 ****
//try
{
- //Application.Run(new Principale()); //remove comment to come back to the Windows application
new RunMSFTsimpleTest().Run();
! // string pippo =
! // ((string)Application.CommonAppDataPath).Substring(0, Application.CommonAppDataPath.LastIndexOf('\\'));
! //
! // MessageBox.Show( Application.LocalUserAppDataPath );
}
//catch ( Exception ex )
--- 228,234 ----
//try
{
new RunMSFTsimpleTest().Run();
! //new RunOneRank().Run();
! //new RunMSFTwalkForward().Run();
}
//catch ( Exception ex )
|