[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting IWalkForwardProgressNotifier.cs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-03-14 14:48:23
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25990/b7_Scripts/WalkForwardTesting Modified Files: IWalkForwardProgressNotifier.cs Log Message: InSampleNewProgressEventHandler has been moved here from InSampleNewProgressEventHandler Index: IWalkForwardProgressNotifier.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/IWalkForwardProgressNotifier.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IWalkForwardProgressNotifier.cs 19 Nov 2005 13:46:10 -0000 1.1 --- IWalkForwardProgressNotifier.cs 14 Mar 2006 14:48:20 -0000 1.2 *************** *** 27,30 **** --- 27,33 ---- namespace QuantProject.Scripts.WalkForwardTesting { + public delegate void InSampleNewProgressEventHandler( + Object sender , NewProgressEventArgs eventArgs ); + /// <summary> /// Interface to be implemented by time consuming walk forwarding scripts |