diff options
author | fcolin | 2007-02-01 10:05:47 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:47 +0000 |
commit | 626eda6ad784ea2ef1c0e86f757933d486b07001 (patch) | |
tree | b1d7d42e74ac4ed851247326fbaed75d916ea10e /CSharp/Ivy | |
parent | bb3c688690b4e2b13195ba11fca938851746136d (diff) | |
download | ivy-csharp-626eda6ad784ea2ef1c0e86f757933d486b07001.zip ivy-csharp-626eda6ad784ea2ef1c0e86f757933d486b07001.tar.gz ivy-csharp-626eda6ad784ea2ef1c0e86f757933d486b07001.tar.bz2 ivy-csharp-626eda6ad784ea2ef1c0e86f757933d486b07001.tar.xz |
Utilisateur : Fcolin Date : 30/06/06 Heure : 14:37 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 14)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 4 |
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);
|