From 3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 10 Oct 2008 15:45:54 +0000 Subject: Ajout de commentaire sur les menbres public --- IvyProbe/IvyProbe.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'IvyProbe/IvyProbe.Designer.cs') diff --git a/IvyProbe/IvyProbe.Designer.cs b/IvyProbe/IvyProbe.Designer.cs index e0109e3..af5222a 100644 --- a/IvyProbe/IvyProbe.Designer.cs +++ b/IvyProbe/IvyProbe.Designer.cs @@ -161,8 +161,8 @@ namespace IvyProbe // ivyApplicationBinding1 // this.ivyApplicationBinding1.Arguments.Add("Name"); - this.ivyApplicationBinding1.Binding = IvyBus.BindingType.Regexp; - this.ivyApplicationBinding1.Expression = "^{0}(.*)"; + this.ivyApplicationBinding1.Binding = IvyBus.BindingType.RegularExpression; + this.ivyApplicationBinding1.Expression = "^%0%(.*)"; this.ivyApplicationBinding1.Callback += new System.EventHandler(this.ivyprobe); // // IvyProbe @@ -179,7 +179,7 @@ namespace IvyProbe this.Controls.Add(this.tbRegexp); this.Controls.Add(this.label2); this.Controls.Add(this.label1); - this.DoubleBuffered = true; + //this.DoubleBuffered = true; this.Name = "IvyProbe"; this.Text = "IvyProbe"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.IvyProbe_FormClosed); -- cgit v1.1