[Quantproject-developers] QuantProject/b7_Scripts/SimpleTesting/OneRank RunOneRank.cs,1.2,1.3 RunOne
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-15 00:07:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12720/b7_Scripts/SimpleTesting/OneRank Modified Files: RunOneRank.cs RunOneRankWithExcelReport.cs RunOneRankWithWindowsReport.cs Log Message: The ExcelManager class has been moved to the QuantProject.Presentation.Reporting.MicrosoftExcel namespace Index: RunOneRank.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank/RunOneRank.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RunOneRank.cs 1 Aug 2004 00:33:26 -0000 1.2 --- RunOneRank.cs 15 Aug 2004 00:07:48 -0000 1.3 *************** *** 31,35 **** using QuantProject.Business.Strategies; using QuantProject.Business.Scripting; ! using QuantProject.Presentation.MicrosoftExcel; using QuantProject.Presentation.Reporting.WindowsForm; --- 31,35 ---- using QuantProject.Business.Strategies; using QuantProject.Business.Scripting; ! using QuantProject.Presentation.Reporting.MicrosoftExcel; using QuantProject.Presentation.Reporting.WindowsForm; Index: RunOneRankWithWindowsReport.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank/RunOneRankWithWindowsReport.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunOneRankWithWindowsReport.cs 1 Aug 2004 00:23:43 -0000 1.1 --- RunOneRankWithWindowsReport.cs 15 Aug 2004 00:07:49 -0000 1.2 *************** *** 31,35 **** using QuantProject.Business.Strategies; using QuantProject.Business.Scripting; - using QuantProject.Presentation.MicrosoftExcel; using QuantProject.Presentation.Reporting.WindowsForm; --- 31,34 ---- Index: RunOneRankWithExcelReport.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank/RunOneRankWithExcelReport.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunOneRankWithExcelReport.cs 1 Aug 2004 00:22:44 -0000 1.1 --- RunOneRankWithExcelReport.cs 15 Aug 2004 00:07:49 -0000 1.2 *************** *** 31,36 **** using QuantProject.Business.Strategies; using QuantProject.Business.Scripting; ! using QuantProject.Presentation.MicrosoftExcel; ! using QuantProject.Presentation.Reporting.WindowsForm; namespace QuantProject.Scripts --- 31,35 ---- using QuantProject.Business.Strategies; using QuantProject.Business.Scripting; ! using QuantProject.Presentation.Reporting.MicrosoftExcel; namespace QuantProject.Scripts |