[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm Report.cs,1.4,1.5
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-01-30 19:57:49
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4467/b5_Presentation/Reporting/WindowsForm Modified Files: Report.cs Log Message: Added "[Serializable]" attribute in order to make the Account class serializable. Index: Report.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/Report.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Report.cs 9 Jan 2005 23:44:15 -0000 1.4 --- Report.cs 30 Jan 2005 19:57:39 -0000 1.5 *************** *** 33,36 **** --- 33,38 ---- /// Windows Form account report /// </summary> + + [Serializable] public class Report : Form { |