From 2909264498b71ad51086be7b5e076a022c5b8270 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:40 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 17:20 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 25) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 86c6c9b..31c024a 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -45,11 +45,7 @@ namespace IvyProbe private void receive(object sender, IvyMessageEventArgs e) { string receive_str = "client " + e.Client.ApplicationName + " envoie: ["; - // Copy the collection to a new array starting at index 0. - String[] args = new String[e.Arguments.Count]; - e.Arguments.CopyTo(args, 0); - - receive_str += string.Join(",", args); + receive_str += string.Join(",", e.Arguments); receive_str += "]"; receive_str += " for '" + ((IvyApplicationBinding)sender).FormatedExpression + "'"; append(receive_str); -- cgit v1.1