summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.cs
diff options
context:
space:
mode:
authorfcolin2007-11-09 08:55:00 +0000
committerfcolin2007-11-09 08:55:00 +0000
commit0b82d995585fad9831e7c02a81a248dee97cee79 (patch)
treeffda97eb676b1b447fe3fdf57fcc715b6c69d6f9 /IvyProbe/IvyProbe.cs
parentbbee0fc346efb086f3cbdb1c5ca0107faefbf83d (diff)
downloadivy-csharp-0b82d995585fad9831e7c02a81a248dee97cee79.zip
ivy-csharp-0b82d995585fad9831e7c02a81a248dee97cee79.tar.gz
ivy-csharp-0b82d995585fad9831e7c02a81a248dee97cee79.tar.bz2
ivy-csharp-0b82d995585fad9831e7c02a81a248dee97cee79.tar.xz
Diffstat (limited to 'IvyProbe/IvyProbe.cs')
-rw-r--r--IvyProbe/IvyProbe.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/IvyProbe/IvyProbe.cs b/IvyProbe/IvyProbe.cs
index 31c024a..d6ef049 100644
--- a/IvyProbe/IvyProbe.cs
+++ b/IvyProbe/IvyProbe.cs
@@ -141,18 +141,18 @@ namespace IvyProbe
private void busDomain_DomainChanged(object sender, EventArgs e)
{
- bus.Stop();
- bus.Start(busDomain.Domain);
+ bus.ivy.Stop();
+ bus.ivy.Start(busDomain.Domain);
}
private void IvyProbe_FormClosed(object sender, FormClosedEventArgs e)
{
- bus.Stop();
+ bus.ivy.Stop();
}
private void IvyProbe_Load(object sender, EventArgs e)
{
- bus.Start(busDomain.Domain);
+ bus.ivy.Start(busDomain.Domain);
}
private void ivyprobe(object sender, IvyMessageEventArgs e)