From 446fcc17da316efba459c285493d4a8403600b24 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 19 Feb 2021 17:48:01 +0800 Subject: [PATCH] Disable ServerForm Designer --- Netch/Forms/ServerForm.cs | 2 ++ 1 file changed, 2 insertions(+) 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; }