summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyProbe')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.cs19
1 files changed, 7 insertions, 12 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs
index 12ef895..c491d4e 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs
@@ -11,9 +11,7 @@ namespace IvyProbe
partial class IvyProbe : System.Windows.Forms.Form
{
-
- //internal Ivy bus;
-
+
public IvyProbe()
{
//
@@ -22,15 +20,6 @@ namespace IvyProbe
InitializeComponent();
}
-
- public void stop()
- {
- //bus.clientConnected -= new Ivy.ClientConnectedHandler( connect );
- //bus.clientDisconnected -= new Ivy.ClientDisconnectedHandler( disconnect );
- //bus.dieReceived -= new Ivy.DieHandler( die );
- //bus.directMessageReceived -= new Ivy.DirectMessageHandler( directMessage );
- //bus.stop();
- }
private void append(System.String s)
{
// je mettrais bien la date, aussi.
@@ -143,5 +132,11 @@ namespace IvyProbe
{
append( app.ApplicationName + " remove binding '"+arg+"'");
}
+
+ private void busDomain_DomainChanged(object sender, EventArgs e)
+ {
+ // bus.stop();
+ bus.start(busDomain.Domain);
+ }
}
} \ No newline at end of file