From 48b0b5180f456ae399634bafe9ab3d2e2b0ce28e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:56:28 +0000 Subject: Utilisateur : Fcolin Date : 22/12/06 Heure : 17:39 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: modif compile sur PocketPC (vss 76) --- CSharp/Ivy/IvyPPC/Ivy.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyPPC') diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 0e6994a..1c38396 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -309,7 +309,7 @@ namespace IvyBus //TODO Autobinding attribute #if (PocketPC) if (parentControl != null) - AutoBinding(parentControl); + BindAttibute(parentControl); #endif Assembly assembly = Assembly.GetCallingAssembly(); if ( assembly != this.GetType().Assembly ) @@ -482,7 +482,7 @@ namespace IvyBus serverThread.Start(); #if (PocketPC ) - traceDebug(" Ivy Threading start in progress..."); + Ivy.traceProtocol("Ivy", "Threading start in progress..."); Thread.Sleep(100); #else // Wait for readyness -- cgit v1.1