From 5242857190a881cb0693fb36b25bc5954bdee8a0 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:05:41 +0000 Subject: Utilisateur : Fcolin Date : 2/06/06 Heure : 16:47 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: Mise ajour Lib Ivy (vss 11) --- CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs index 245565c..20aff88 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs @@ -147,13 +147,13 @@ namespace IvyProbe this.bus.Culture = new System.Globalization.CultureInfo("en-US"); this.bus.ReadyMessage = "IvyProbeC# ready"; this.bus.SyncControl = this; - this.bus.ErrorMessage += new IvyBus.Ivy.ErrorMessageHandler(this.bus_ErrorMessage); - this.bus.dieReceived += new IvyBus.Ivy.DieHandler(this.die); - this.bus.BindingAdd += new IvyBus.Ivy.ClientAddBindingHandler(this.bus_addBinding); - this.bus.DirectMessageReceived += new IvyBus.Ivy.DirectMessageHandler(this.directMessage); - this.bus.BindingRemove += new IvyBus.Ivy.ClientRemoveBindingHandler(this.bus_removeBinding); - this.bus.ClientDisconnected += new IvyBus.Ivy.ClientDisconnectedHandler(this.disconnect); - this.bus.ClientConnected += new IvyBus.Ivy.ClientConnectedHandler(this.connect); + this.bus.ErrorMessage += new System.EventHandler(this.bus_ErrorMessage); + this.bus.DieReceived += new System.EventHandler(this.die); + this.bus.BindingAdd += new System.EventHandler(this.bus_addBinding); + this.bus.DirectMessageReceived += new System.EventHandler(this.directMessage); + this.bus.BindingRemove += new System.EventHandler(this.bus_removeBinding); + this.bus.ClientDisconnected += new System.EventHandler(this.disconnect); + this.bus.ClientConnected += new System.EventHandler(this.connect); // // IvyProbe // -- cgit v1.1