summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:55:12 +0000
committerfcolin2007-02-01 09:55:12 +0000
commit427027b49243412b61291665af5573337382d251 (patch)
tree44fbd7f68695d3ac62cfb491e63cd967cccaf1ba /CSharp/Ivy/IvyPPC
parentdc0922e41cff4d21ae74384e3a0d1998d53653fc (diff)
downloadivy-csharp-427027b49243412b61291665af5573337382d251.zip
ivy-csharp-427027b49243412b61291665af5573337382d251.tar.gz
ivy-csharp-427027b49243412b61291665af5573337382d251.tar.bz2
ivy-csharp-427027b49243412b61291665af5573337382d251.tar.xz
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)
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-rw-r--r--CSharp/Ivy/IvyPPC/Ivy.cs6
1 files changed, 5 insertions, 1 deletions
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;
/// <summary> The Main bus Class
/// </summary>
- 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 );