summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:27 +0000
committerfcolin2007-02-01 10:05:27 +0000
commitd8a7b0e231b698d3a24e2af4b6620f1083447247 (patch)
treeca0c269aaa0ef11186629367c35c5586a6410780 /CSharp
parent89281f6dcc58501d70568b2db57816bf344ef545 (diff)
downloadivy-csharp-d8a7b0e231b698d3a24e2af4b6620f1083447247.zip
ivy-csharp-d8a7b0e231b698d3a24e2af4b6620f1083447247.tar.gz
ivy-csharp-d8a7b0e231b698d3a24e2af4b6620f1083447247.tar.bz2
ivy-csharp-d8a7b0e231b698d3a24e2af4b6620f1083447247.tar.xz
Utilisateur : Fcolin Date : 20/01/06 Heure : 18:29 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 4)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index 8969c91..ca061ba 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -134,12 +134,18 @@ namespace IvyProbe
this.bus.AppName = "IvyProbe_C#";
this.bus.AppReadyMessage = "IvyProbe_C# ready";
this.bus.AutoScroll = true;
- this.bus.Domain = "";
+ this.bus.Domain = global::IvyProbe.Properties.Settings.Default.IvyBus;
this.bus.Location = new System.Drawing.Point(11, 5);
this.bus.Margin = new System.Windows.Forms.Padding(0);
this.bus.Name = "bus";
this.bus.Size = new System.Drawing.Size(322, 36);
this.bus.TabIndex = 9;
+ this.bus.DirectMessageReceived += new IvyBus.Ivy.DirectMessageHandler(this.directMessage);
+ this.bus.BindingAdd += new IvyBus.Ivy.ClientAddBindingHandler(this.bus_addBinding);
+ this.bus.DieReceived += new IvyBus.Ivy.DieHandler(this.die);
+ this.bus.ClientDisconnected += new IvyBus.Ivy.ClientDisconnectedHandler(this.disconnect);
+ this.bus.BindingRemove += new IvyBus.Ivy.ClientRemoveBindingHandler(this.bus_removeBinding);
+ this.bus.ClientConnected += new IvyBus.Ivy.ClientConnectedHandler(this.connect);
//
// IvyProbe
//