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.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index 7fd387d..9d965bf 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -145,9 +145,7 @@ namespace IvyProbe
this.bus.AppName = "IvyProbeC#";
this.bus.AppPriority = ((ushort)(100));
this.bus.Culture = new System.Globalization.CultureInfo("en-US");
- this.bus.Debug = false;
this.bus.ReadyMessage = "IvyProbeC# ready";
- this.bus.SentMessageClasses = null;
this.bus.SyncControl = this;
this.bus.dieReceived += new IvyBus.Ivy.DieHandler(this.die);
this.bus.BindingAdd += new IvyBus.Ivy.ClientAddBindingHandler(this.bus_addBinding);
@@ -173,6 +171,7 @@ namespace IvyProbe
this.Name = "IvyProbe";
this.Text = "IvyProbe";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.IvyProbe_FormClosed);
+ this.Load += new System.EventHandler(this.IvyProbe_Load);
this.ResumeLayout(false);
this.PerformLayout();