[Quantproject-developers] QuantProject/b5_Presentation/Charting Chart.cs, 1.6, 1.7
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-08 18:47:56
|
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 ); |