summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index ddcfe28..267dcb3 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -28,6 +28,7 @@ namespace IvyProbe
/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbRegexp = new System.Windows.Forms.TextBox();
@@ -39,7 +40,7 @@ namespace IvyProbe
this.btBindSimple = new System.Windows.Forms.Button();
this.busDomain = new IvyBus.IvyDomain();
this.bus = new IvyBus.Ivy();
- this.ivyApplicationBinding1 = new IvyBus.IvyApplicationBinding();
+ this.ivyApplicationBinding1 = new IvyBus.IvyApplicationBinding(this.components);
((System.ComponentModel.ISupportInitialize)(this.bus)).BeginInit();
this.SuspendLayout();
//
@@ -147,6 +148,7 @@ namespace IvyProbe
this.bus.AppName = "IvyProbeC#";
this.bus.AppPriority = ((ushort)(100));
this.bus.Bindings.Add(this.ivyApplicationBinding1);
+ this.bus.ContainerControl = this;
this.bus.Culture = new System.Globalization.CultureInfo("en-US");
this.bus.ReadyMessage = "IvyProbeC# ready";
this.bus.BindingFilter += new System.EventHandler<IvyBus.IvyEventArgs>(this.bus_BindingFilter);