diff options
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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
|