[Quantproject-developers] QuantProject/b5_Presentation/Reporting/MicrosoftExcel ExcelManager.cs,1.1,
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-15 00:07:56
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/MicrosoftExcel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12720/b5_Presentation/Reporting/MicrosoftExcel Modified Files: ExcelManager.cs Log Message: The ExcelManager class has been moved to the QuantProject.Presentation.Reporting.MicrosoftExcel namespace Index: ExcelManager.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/MicrosoftExcel/ExcelManager.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExcelManager.cs 14 Aug 2004 20:43:28 -0000 1.1 --- ExcelManager.cs 15 Aug 2004 00:07:47 -0000 1.2 *************** *** 30,34 **** using Excel; ! namespace QuantProject.Presentation.MicrosoftExcel { /// <summary> --- 30,34 ---- using Excel; ! namespace QuantProject.Presentation.Reporting.MicrosoftExcel { /// <summary> |