[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm ReportShower.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-02-19 17:54:40
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20932/b5_Presentation/Reporting/WindowsForm Modified Files: ReportShower.cs Log Message: minor code formatting improvement Index: ReportShower.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/ReportShower.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReportShower.cs 13 Mar 2005 23:38:40 -0000 1.2 --- ReportShower.cs 19 Feb 2006 17:54:36 -0000 1.3 *************** *** 208,216 **** throw new Exception("Benchmark symbol is requested!"); this.report.Clear(); this.report.Show(this.reportName.Text, (int)this.numDaysForEquityLine.Value, new EndOfDayDateTime(this.endingDate.Value, EndOfDaySpecificTime.MarketClose), this.benchmark.Text); ! } catch(Exception ex) --- 208,218 ---- throw new Exception("Benchmark symbol is requested!"); this.report.Clear(); + System.Console.WriteLine( DateTime.Now ); this.report.Show(this.reportName.Text, (int)this.numDaysForEquityLine.Value, new EndOfDayDateTime(this.endingDate.Value, EndOfDaySpecificTime.MarketClose), this.benchmark.Text); ! System.Console.WriteLine( DateTime.Now ); ! } catch(Exception ex) |