diff options
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 04638d8..839d31f 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -60,6 +60,7 @@ namespace IvyBus this.Controls.Add(this.ivybus);
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
+ this.Load += new System.EventHandler(this.IvyDomain_Load);
this.ResumeLayout(false);
this.PerformLayout();
|