Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31948/Reporting/WindowsForm
Modified Files:
SummaryItem.cs
Log Message:
Added the serializable attribute
Index: SummaryItem.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/SummaryItem.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SummaryItem.cs 19 Jun 2005 15:03:19 -0000 1.1
--- SummaryItem.cs 6 Feb 2008 23:14:48 -0000 1.2
***************
*** 31,34 ****
--- 31,35 ----
/// A summary item: it contains both the item label and the item value
/// </summary>
+ [Serializable]
public class SummaryItem
{
|