summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy')
-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 );