From cef0c8f2800b3eeb199bb53b357b89e5bb8b1724 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:56:40 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 17:20 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 5) --- CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs b/CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs index ff8b2a4..5d5b3df 100644 --- a/CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs +++ b/CSharp/Ivy/IvyPPC/IvyApplicationBinding.cs @@ -115,9 +115,9 @@ namespace IvyBus { if (Callback != null) { - //TODO object target = Callback.Target; - object target = Site.Component; - if (args == null) + //TODO Pocket PC doesn't have Target Member + object target = Callback.Target; + if (args == null) { args = new object[arguments.Count]; for (int i = 0; i < arguments.Count; i++) @@ -170,7 +170,7 @@ namespace IvyBus IvyMessageEventArgs args = (IvyMessageEventArgs)state; temp(this, args); }; - syncContext.Send(update, e); + syncContext.Post(update, e); } else temp(this, e); -- cgit v1.1