[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm ReportGrid.cs, 1.1, 1
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-06 23:13:52
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31415/Reporting/WindowsForm Modified Files: ReportGrid.cs Log Message: Added the serializable attribute Index: ReportGrid.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/ReportGrid.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReportGrid.cs 8 Aug 2004 13:40:21 -0000 1.1 --- ReportGrid.cs 6 Feb 2008 23:13:48 -0000 1.2 *************** *** 29,32 **** --- 29,33 ---- /// DataGrid to be displayed within a report TabPage /// </summary> + [Serializable] public class ReportGrid : DataGrid { |