diff options
author | fcolin | 2007-02-01 09:47:47 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:47:47 +0000 |
commit | 9fffc8cb2b5cf288ff8ca28e0c078cd9bafe36b8 (patch) | |
tree | 4b0d2938ac8d6bcd4a1e77170e4a2832d150d6fb /CSharp | |
parent | c4a50aaf69b1354cc9f5ecc1c2cb161dc0d9d96c (diff) | |
download | ivy-csharp-9fffc8cb2b5cf288ff8ca28e0c078cd9bafe36b8.zip ivy-csharp-9fffc8cb2b5cf288ff8ca28e0c078cd9bafe36b8.tar.gz ivy-csharp-9fffc8cb2b5cf288ff8ca28e0c078cd9bafe36b8.tar.bz2 ivy-csharp-9fffc8cb2b5cf288ff8ca28e0c078cd9bafe36b8.tar.xz |
Utilisateur : Fcolin Date : 17/01/06 Heure : 13:21 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 4)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyDomain.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs index e3eeb08..f040551 100644 --- a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs +++ b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs @@ -45,6 +45,8 @@ namespace IvyBus this.ivybus.Size = new System.Drawing.Size(253, 21);
this.ivybus.TabIndex = 0;
this.ivybus.Text = global::IvyBus.Properties.Settings.Default.IvyBus;
+ this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating);
+ this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated);
//
// label1
//
|