From 887d4d4c9fac5cb986d273468806a72d3461d7ec Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:13 +0000 Subject: Utilisateur : Fcolin Date : 24/01/06 Heure : 15:44 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 12) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'CSharp/Ivy') 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 -- cgit v1.1