[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting Accounts.cs,1.1.1.1,1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-15 00:07:56
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12720/b4_Business/a1_Financial/a2_Accounting Modified Files: Accounts.cs Log Message: The ExcelManager class has been moved to the QuantProject.Presentation.Reporting.MicrosoftExcel namespace Index: Accounts.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/Accounts.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Accounts.cs 13 Oct 2003 21:58:33 -0000 1.1.1.1 --- Accounts.cs 15 Aug 2004 00:07:47 -0000 1.2 *************** *** 46,55 **** } - public void ReportToConsole( DateTime dateTime ) - { - foreach (Account account in this.Values) - account.ReportToConsole( dateTime ); - } - public void Serialize( string filePathAndName ) { --- 46,49 ---- |