diff options
author | fcolin | 2007-02-01 10:05:35 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:35 +0000 |
commit | 4e8141d9859645174534f6b88e56e378a0973f2c (patch) | |
tree | 0dda8788648f190a137ae117699af5bd4d1a9114 /CSharp/Ivy/IvyProbe | |
parent | 6ef72088daf5023d0166fd5756fe98a13199733d (diff) | |
download | ivy-csharp-4e8141d9859645174534f6b88e56e378a0973f2c.zip ivy-csharp-4e8141d9859645174534f6b88e56e378a0973f2c.tar.gz ivy-csharp-4e8141d9859645174534f6b88e56e378a0973f2c.tar.bz2 ivy-csharp-4e8141d9859645174534f6b88e56e378a0973f2c.tar.xz |
Utilisateur : Fcolin Date : 3/02/06 Heure : 14:57 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 8)
Diffstat (limited to 'CSharp/Ivy/IvyProbe')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 3 |
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();
|