From 5355e3117f6ef72b44c6275e59686043c72d1578 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:48:15 +0000 Subject: Utilisateur : Fcolin Date : 9/02/06 Heure : 17:39 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 18) --- CSharp/Ivy/Ivy/IvyDomain.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs index e8ba5d8..e520742 100644 --- a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs +++ b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs @@ -62,7 +62,9 @@ namespace IvyBus this.Name = "IvyDomain"; this.Size = new System.Drawing.Size(159, 22); this.ResumeLayout(false); - this.PerformLayout(); +#if (!PocketPC) + this.PerformLayout(); +#endif } -- cgit v1.1