From c748cb5439df661f8937e94865f1fb64edc55c78 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:04:57 +0000 Subject: Utilisateur : Fcolin Date : 4/07/06 Heure : 14:04 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 14) --- CSharp/Ivy/IvyPerf/IvyPerf.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs index 888be74..9d37883 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.cs +++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs @@ -52,7 +52,10 @@ namespace IvyPerf bus.SentMessageFilter.Add("pong"); bus.SentMessageFilter.Add("IvyPref"); bus.BindingFilter += new EventHandler(bus_BindingFilter); - bus.AutoBinding(typeof(IvyPerf)); + //TODO how to autobind + //bus.BindAttibute(typeof(IvyPerf)); + //TODO auto generation of testtarget ?? how to + //bus.BindMsg("test", new EventHandler(testtarget)); bus.Start(null); origin = currentTime(); while( true ) -- cgit v1.1