From ddab2b1511c7701672c139833821fbc5d9fce482 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:01 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 16:43 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 50) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 10 +++++++--- 1 file changed, 7 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 21f14f4..9a67b3d 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -40,12 +40,12 @@ namespace IvyBus } } - - public StringCollection Regexps + + public List Regexps { get { - StringCollection tab = new StringCollection(); + List tab = new List(); lock (bindings) { foreach (IvyBindingBase bind in bindings.Values) @@ -400,7 +400,11 @@ namespace IvyBus bus.Stop(); close(false); if (ev.ForceExit) +#if (PocketPC) + System.Windows.Forms.Application.Exit(); +#else System.Environment.Exit(0); +#endif } void IvyProtocol.TokenBye(ushort err, string arg) { -- cgit v1.1