[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm EquityChartTabPage.cs
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-06 23:17:28
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1288/Reporting/WindowsForm Modified Files: EquityChartTabPage.cs Log Message: Added the Serializable interface Index: EquityChartTabPage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/EquityChartTabPage.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** EquityChartTabPage.cs 31 May 2006 14:35:16 -0000 1.7 --- EquityChartTabPage.cs 6 Feb 2008 23:17:23 -0000 1.8 *************** *** 35,38 **** --- 35,39 ---- /// TabPage for the equity chart for the report form /// </summary> + [Serializable] public class EquityChartTabPage : TabPage { |