diff options
author | fcolin | 2007-02-01 10:06:13 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:06:13 +0000 |
commit | 887d4d4c9fac5cb986d273468806a72d3461d7ec (patch) | |
tree | 508d78ae12e4b88e723c47262af7cf07aeb6548b /CSharp/Ivy/IvyProbe/IvyProbe.cs | |
parent | 124432b91fbb63285318e6786cead5d8ee0dbea7 (diff) | |
download | ivy-csharp-887d4d4c9fac5cb986d273468806a72d3461d7ec.zip ivy-csharp-887d4d4c9fac5cb986d273468806a72d3461d7ec.tar.gz ivy-csharp-887d4d4c9fac5cb986d273468806a72d3461d7ec.tar.bz2 ivy-csharp-887d4d4c9fac5cb986d273468806a72d3461d7ec.tar.xz |
Utilisateur : Fcolin Date : 24/01/06 Heure : 15:44 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 12)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 19 |
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 |