From 907bae3979f4ff63cd63d94302c38af48fa2ccc9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:17 +0000 Subject: Utilisateur : Fcolin Date : 27/01/06 Heure : 15:15 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 14) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 7bb5f07..6b0245f 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -63,8 +63,7 @@ namespace IvyProbe tbRegexp.Text = ""; append( "bind("+regexp_id+") ->"+expression); } - [IvyBinding("(.*)")] - private void receive(IvyClient client, string[] args) + private void receive(IvyClient client, string[] args) { string receive_str = "client " + client.ApplicationName + " envoie: ["; for (int i = 0; i < args.Length; i++) -- cgit v1.1