summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.Designer.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.Designer.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.Designer.cs')
-rw-r--r--IvyProbe/IvyProbe.Designer.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/IvyProbe/IvyProbe.Designer.cs b/IvyProbe/IvyProbe.Designer.cs
index 13f440c..e0109e3 100644
--- a/IvyProbe/IvyProbe.Designer.cs
+++ b/IvyProbe/IvyProbe.Designer.cs
@@ -39,8 +39,8 @@ namespace IvyProbe
this.btUnbind = new System.Windows.Forms.Button();
this.btBindSimple = new System.Windows.Forms.Button();
this.busDomain = new IvyBus.IvyDomain();
- this.bus = new IvyBus.Ivy(this.components);
- this.ivyApplicationBinding1 = new IvyBus.IvyApplicationBinding(this.components);
+ this.bus = new IvyBus.IvyControl(this.components);
+ this.ivyApplicationBinding1 = new IvyBus.IvyApplicationBindingControl(this.components);
((System.ComponentModel.ISupportInitialize)(this.bus)).BeginInit();
this.SuspendLayout();
//
@@ -146,7 +146,6 @@ namespace IvyProbe
// bus
//
this.bus.AppName = "IvyProbeC#";
- this.bus.AppPriority = ((ushort)(100));
this.bus.Bindings.Add(this.ivyApplicationBinding1);
this.bus.Culture = new System.Globalization.CultureInfo("en-US");
this.bus.ReadyMessage = "IvyProbeC# ready";
@@ -203,8 +202,8 @@ namespace IvyProbe
private System.Windows.Forms.Button btBindSimple;
private System.Windows.Forms.Button btUnbind;
private IvyBus.IvyDomain busDomain;
- private IvyBus.Ivy bus;
- private IvyBus.IvyApplicationBinding ivyApplicationBinding1;
+ private IvyBus.IvyControl bus;
+ private IvyBus.IvyApplicationBindingControl ivyApplicationBinding1;
}
}