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 f040551..79f5688 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -66,6 +66,7 @@ namespace IvyBus this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(321, 33);
+ this.Load += new System.EventHandler(this.IvyDomain_Load);
this.ResumeLayout(false);
this.PerformLayout();
|