From b62d8ca823296639763c2c37471290d0882e6fb1 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:59 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 13:40 Archivé dans $/CSharp/Ivy/Ivy Commentaire: gestion designer (vss 49) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 5b46c6b..21f14f4 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -143,12 +143,12 @@ namespace IvyBus { foreach (IvyApplicationBinding bind in bus.bindings.Values) { - stream.TokenAddBinding(bind.Binding, bind.Key, bind.Expression); + stream.TokenAddBinding(bind.Binding, bind.Key, bind.FormatedExpression); } } stream.TokenEndRegexp(); -#if (!PocketPC ) +#if (!PocketPC) doping = Properties.Settings.Default.IvyPing; #endif if (doping) @@ -400,7 +400,7 @@ namespace IvyBus bus.Stop(); close(false); if (ev.ForceExit) - System.Windows.Forms.Application.Exit(); + System.Environment.Exit(0); } void IvyProtocol.TokenBye(ushort err, string arg) { -- cgit v1.1