diff options
author | fcolin | 2007-02-01 10:05:31 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:31 +0000 |
commit | 97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b (patch) | |
tree | 372f3070dc82703de522547c3505ad26b6002900 /CSharp | |
parent | a27efe3cb3a9a3e0a28788d29c476cd2ecb584fb (diff) | |
download | ivy-csharp-97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b.zip ivy-csharp-97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b.tar.gz ivy-csharp-97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b.tar.bz2 ivy-csharp-97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b.tar.xz |
Utilisateur : Fcolin Date : 24/01/06 Heure : 15:44 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 6)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs index d14b300..85b1feb 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs @@ -132,13 +132,13 @@ namespace IvyProbe //
// busDomain
//
- this.busDomain.Bus = this.bus;
this.busDomain.Domain = "10.192.36.255:2011";
this.busDomain.Location = new System.Drawing.Point(0, 0);
this.busDomain.Margin = new System.Windows.Forms.Padding(0);
this.busDomain.Name = "busDomain";
this.busDomain.Size = new System.Drawing.Size(321, 33);
this.busDomain.TabIndex = 0;
+ this.busDomain.DomainChanged += new System.EventHandler(this.busDomain_DomainChanged);
//
// bus
//
|