summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.cs3
1 files changed, 1 insertions, 2 deletions
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++)