From 626eda6ad784ea2ef1c0e86f757933d486b07001 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:05:47 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 14:37 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 14) --- CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 /// 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(this.bus_BindingFilter); -- cgit v1.1