From 7d173bdf6ac0d03b29a3f900c517860ffd332cce Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:26 +0000 Subject: Utilisateur : Fcolin Date : 10/02/06 Heure : 10:24 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 18) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 03000db..ea19de4 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -50,7 +50,7 @@ namespace IvyProbe // ajoute la nouvelle regex string regexp = tbRegexp.Text; regexp.Trim(); - int regexp_id = bus.bindMsg(regexp, new Ivy.MessageHandler(receive)); + int regexp_id = bus.bindMsg(regexp, receive); tbRegexp.Text = ""; append( "bind("+regexp_id+") ->"+regexp); } @@ -59,7 +59,7 @@ namespace IvyProbe // ajoute la nouvelle regex string expression = tbRegexp.Text; expression.Trim(); - int regexp_id = bus.bindSimpleMsg(expression, new Ivy.MessageHandler(receive)); + int regexp_id = bus.bindSimpleMsg(expression, receive); tbRegexp.Text = ""; append( "bind("+regexp_id+") ->"+expression); } -- cgit v1.1