diff --git a/Netch/Forms/ServerForm.cs b/Netch/Forms/ServerForm.cs index 0fa259bf..b230fc03 100644 --- a/Netch/Forms/ServerForm.cs +++ b/Netch/Forms/ServerForm.cs @@ -10,6 +10,8 @@ using Netch.Utils; namespace Netch.Forms { + + [DesignerCategory(@"Code")] public abstract class ServerForm : Form { protected abstract string TypeName { get; }