diff options
author | fcolin | 2007-02-01 09:44:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:44:33 +0000 |
commit | 8968a202f068d7cdde159c623aec81fb40494864 (patch) | |
tree | 2772ef418ec3bcf210e069b267c7ab523be861a6 /CSharp | |
parent | ab5456b42b104b0051e013e8a6393e320954df0d (diff) | |
download | ivy-csharp-8968a202f068d7cdde159c623aec81fb40494864.zip ivy-csharp-8968a202f068d7cdde159c623aec81fb40494864.tar.gz ivy-csharp-8968a202f068d7cdde159c623aec81fb40494864.tar.bz2 ivy-csharp-8968a202f068d7cdde159c623aec81fb40494864.tar.xz |
Utilisateur : Fcolin Date : 22/12/06 Heure : 17:39 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: modif compile sur PocketPC (vss 76)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index 0e6994a..1c38396 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/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
|