From ae52766384eb7dc5e2a2ace65662bd00e272940e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:04:55 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 13:40 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: gestion designer (vss 13) --- CSharp/Ivy/IvyPerf/IvyPerf.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs index 7505ca4..888be74 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.cs +++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs @@ -53,7 +53,7 @@ namespace IvyPerf bus.SentMessageFilter.Add("IvyPref"); bus.BindingFilter += new EventHandler(bus_BindingFilter); bus.AutoBinding(typeof(IvyPerf)); - bus.Start(null); + bus.Start(null); origin = currentTime(); while( true ) { -- cgit v1.1