diff options
author | fcolin | 2007-02-01 09:59:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:59:33 +0000 |
commit | 7076e3686f377e43ad42a5edc3b11839b2012e40 (patch) | |
tree | a7d7effeec4fc54c538786ff83aff86d70eec83b /CSharp/Ivy | |
parent | 9cc23bb165140a190e15e140d95ba719931254c6 (diff) | |
download | ivy-csharp-7076e3686f377e43ad42a5edc3b11839b2012e40.zip ivy-csharp-7076e3686f377e43ad42a5edc3b11839b2012e40.tar.gz ivy-csharp-7076e3686f377e43ad42a5edc3b11839b2012e40.tar.bz2 ivy-csharp-7076e3686f377e43ad42a5edc3b11839b2012e40.tar.xz |
Utilisateur : Fcolin Date : 6/02/06 Heure : 18:42 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 14)
Diffstat (limited to 'CSharp/Ivy')
-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();
|