summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:58:59 +0000
committerfcolin2007-02-01 09:58:59 +0000
commitb62d8ca823296639763c2c37471290d0882e6fb1 (patch)
tree2ae9df66ac928aaa08f270884856abe1f934ed82 /CSharp/Ivy/IvyPPC/IvyClient.cs
parent581ce02ff606380e391af3a1dca628f72d414e2e (diff)
downloadivy-csharp-b62d8ca823296639763c2c37471290d0882e6fb1.zip
ivy-csharp-b62d8ca823296639763c2c37471290d0882e6fb1.tar.gz
ivy-csharp-b62d8ca823296639763c2c37471290d0882e6fb1.tar.bz2
ivy-csharp-b62d8ca823296639763c2c37471290d0882e6fb1.tar.xz
Utilisateur : Fcolin Date : 30/06/06 Heure : 13:40 Archivé dans $/CSharp/Ivy/Ivy Commentaire: gestion designer (vss 49)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs6
1 files changed, 3 insertions, 3 deletions
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)
{