Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Charting
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24962/b5_Presentation/Charting
Modified Files:
Chart.cs
Log Message:
a console directed old debug message has been removed
Index: Chart.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Charting/Chart.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Chart.cs 3 Apr 2005 00:04:41 -0000 1.6
--- Chart.cs 8 Jun 2006 18:47:40 -0000 1.7
***************
*** 116,120 ****
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e)
{
! Console.WriteLine( "Chart.OnPaint()" );
// foreach ( ChartPlot chartPlot in this.chartPlots )
// onPaint_addLinePlot_ok( chartPlot );
--- 116,120 ----
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e)
{
! // Console.WriteLine( "Chart.OnPaint()" );
// foreach ( ChartPlot chartPlot in this.chartPlots )
// onPaint_addLinePlot_ok( chartPlot );
|