summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:04:55 +0000
committerfcolin2007-02-01 10:04:55 +0000
commitae52766384eb7dc5e2a2ace65662bd00e272940e (patch)
tree9a9efb615b3ea4c7d7ab5cf47c0a176e4d632bed
parent428955245f6b5a388d187e7a4a33a823a192cd87 (diff)
downloadivy-csharp-ae52766384eb7dc5e2a2ace65662bd00e272940e.zip
ivy-csharp-ae52766384eb7dc5e2a2ace65662bd00e272940e.tar.gz
ivy-csharp-ae52766384eb7dc5e2a2ace65662bd00e272940e.tar.bz2
ivy-csharp-ae52766384eb7dc5e2a2ace65662bd00e272940e.tar.xz
Utilisateur : Fcolin Date : 30/06/06 Heure : 13:40 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: gestion designer (vss 13)
-rw-r--r--CSharp/Ivy/IvyPerf/IvyPerf.cs2
1 files changed, 1 insertions, 1 deletions
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<IvyEventArgs>(bus_BindingFilter);
bus.AutoBinding(typeof(IvyPerf));
- bus.Start(null);
+ bus.Start(null);
origin = currentTime();
while( true )
{