From c76bc57d1fb2b7a23dfa22a828929254cb4e1add Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:15 +0000 Subject: Utilisateur : Fcolin Date : 26/01/06 Heure : 10:15 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 13) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index c491d4e..7bb5f07 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -135,8 +135,13 @@ namespace IvyProbe private void busDomain_DomainChanged(object sender, EventArgs e) { - // bus.stop(); + bus.stop(); bus.start(busDomain.Domain); } + + private void IvyProbe_FormClosed(object sender, FormClosedEventArgs e) + { + bus.stop(); + } } } \ No newline at end of file -- cgit v1.1