diff options
author | fcolin | 2007-02-01 10:05:41 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:41 +0000 |
commit | 5242857190a881cb0693fb36b25bc5954bdee8a0 (patch) | |
tree | 0f6fdc8dc5ff724b45fca68f206fb9dceb1d7e64 /CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | |
parent | ec14c96f1ac47bbdb8352a8a37230296324988b2 (diff) | |
download | ivy-csharp-5242857190a881cb0693fb36b25bc5954bdee8a0.zip ivy-csharp-5242857190a881cb0693fb36b25bc5954bdee8a0.tar.gz ivy-csharp-5242857190a881cb0693fb36b25bc5954bdee8a0.tar.bz2 ivy-csharp-5242857190a881cb0693fb36b25bc5954bdee8a0.tar.xz |
Utilisateur : Fcolin Date : 2/06/06 Heure : 16:47 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: Mise ajour Lib Ivy (vss 11)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 14 |
1 files 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<IvyBus.IvyEventArgs>(this.bus_ErrorMessage);
+ this.bus.DieReceived += new System.EventHandler<IvyBus.IvyDieEventArgs>(this.die);
+ this.bus.BindingAdd += new System.EventHandler<IvyBus.IvyEventArgs>(this.bus_addBinding);
+ this.bus.DirectMessageReceived += new System.EventHandler<IvyBus.IvyEventArgs>(this.directMessage);
+ this.bus.BindingRemove += new System.EventHandler<IvyBus.IvyEventArgs>(this.bus_removeBinding);
+ this.bus.ClientDisconnected += new System.EventHandler<IvyBus.IvyEventArgs>(this.disconnect);
+ this.bus.ClientConnected += new System.EventHandler<IvyBus.IvyEventArgs>(this.connect);
//
// IvyProbe
//
|