From ff79d3d9364f5f1d1a13ae4e5736f759daa6a7ff Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:19 +0000 Subject: Utilisateur : Fcolin Date : 3/02/06 Heure : 14:57 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 15) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 6b0245f..6748262 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -142,5 +142,10 @@ namespace IvyProbe { bus.stop(); } + + private void IvyProbe_Load(object sender, EventArgs e) + { + bus.start(busDomain.Domain); + } } } \ No newline at end of file -- cgit v1.1