[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm SummaryTabPage.cs, 1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-06 23:14:26
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31871/Reporting/WindowsForm Modified Files: SummaryTabPage.cs Log Message: Added the serializable attribute Index: SummaryTabPage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/SummaryTabPage.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** SummaryTabPage.cs 8 Jun 2006 18:40:28 -0000 1.8 --- SummaryTabPage.cs 6 Feb 2008 23:14:17 -0000 1.9 *************** *** 35,38 **** --- 35,39 ---- /// TabPage to show the summary within the report form /// </summary> + [Serializable] public class SummaryTabPage : TabPage { |