diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 |