diff options
author | fcolin | 2007-02-01 10:05:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:39 +0000 |
commit | ec14c96f1ac47bbdb8352a8a37230296324988b2 (patch) | |
tree | e06b5a4ddbfca0998008b62ebf1012b0805ed26b /CSharp | |
parent | 52ae809fbabe78b8bf8d9697a30c2e47d36a6e03 (diff) | |
download | ivy-csharp-ec14c96f1ac47bbdb8352a8a37230296324988b2.zip ivy-csharp-ec14c96f1ac47bbdb8352a8a37230296324988b2.tar.gz ivy-csharp-ec14c96f1ac47bbdb8352a8a37230296324988b2.tar.bz2 ivy-csharp-ec14c96f1ac47bbdb8352a8a37230296324988b2.tar.xz |
Utilisateur : Fcolin Date : 10/02/06 Heure : 15:34 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 10)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs index dcfc3d4..245565c 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs @@ -147,12 +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.ClientDisconnected += new IvyBus.Ivy.ClientDisconnectedHandler(this.disconnect);
- this.bus.ClientConnected += new IvyBus.Ivy.ClientConnectedHandler(this.connect);
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);
//
// IvyProbe
//
|