[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm ReportGridTabPage.cs,
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-06 23:17:55
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1318/Reporting/WindowsForm Modified Files: ReportGridTabPage.cs Log Message: Added the Serializable interface Index: ReportGridTabPage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/ReportGridTabPage.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReportGridTabPage.cs 4 Jun 2005 15:21:27 -0000 1.3 --- ReportGridTabPage.cs 6 Feb 2008 23:17:48 -0000 1.4 *************** *** 29,32 **** --- 29,33 ---- /// Report TabPage, to contain a ReportGrid /// </summary> + [Serializable] public class ReportGridTabPage : TabPage { |