summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:19 +0000
committerfcolin2007-02-01 09:59:19 +0000
commit0241039c7fdf4c398bb21fdd1f49ae102b600c77 (patch)
tree01e3d24bc0d22d01b740ca6fd3261d0dc367abc7 /CSharp/Ivy
parente97d00492f432c179fdee80dc3bcc0c7b0988a5c (diff)
downloadivy-csharp-0241039c7fdf4c398bb21fdd1f49ae102b600c77.zip
ivy-csharp-0241039c7fdf4c398bb21fdd1f49ae102b600c77.tar.gz
ivy-csharp-0241039c7fdf4c398bb21fdd1f49ae102b600c77.tar.bz2
ivy-csharp-0241039c7fdf4c398bb21fdd1f49ae102b600c77.tar.xz
Utilisateur : Fcolin Date : 23/01/06 Heure : 18:08 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 7)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index 90ef79f..3e7517f 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -32,7 +32,6 @@ namespace IvyBus
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ivybus = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
- this.ivy = new IvyBus.Ivy();
this.SuspendLayout();
//
// ivybus
@@ -59,15 +58,6 @@ namespace IvyBus
this.label1.TabIndex = 1;
this.label1.Text = "IvyBus:";
//
- // ivy
- //
- this.ivy.AppName = null;
- this.ivy.AppPriority = ((ushort)(100));
- this.ivy.Culture = new System.Globalization.CultureInfo("en-US");
- this.ivy.Debug = true;
- this.ivy.SentMessageClasses = null;
- this.ivy.SyncControl = this;
- //
// IvyDomain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -88,6 +78,5 @@ namespace IvyBus
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ComboBox ivybus;
private System.Windows.Forms.Label label1;
- public Ivy ivy;
}
}