From 427027b49243412b61291665af5573337382d251 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:55:12 +0000 Subject: Utilisateur : Fcolin Date : 20/01/06 Heure : 18:34 Archivé dans $/CSharp/Ivy/Ivy Commentaire: transformation en tant que composent pour faire la gestion des bindings automatique (vss 38) --- CSharp/Ivy/IvyPPC/Ivy.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC') diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 402a7d1..d17a9e2 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -19,10 +19,14 @@ namespace IvyBus using System.Text.RegularExpressions; using System.Text; using System.Reflection; + using System.ComponentModel; /// The Main bus Class /// - public class Ivy + /// + [ToolboxItemFilter("System.Windows.Forms.Form",ToolboxItemFilterType.Allow)] + [DesignerCategory("Component")] + public class Ivy : System.ComponentModel.Component { /* Event handler */ public delegate void DirectMessageHandler (IvyClient app, int id, string arg ); -- cgit v1.1