Disable ServerForm Designer

This commit is contained in:
ChsBuffer
2021-02-19 17:48:01 +08:00
parent 7e9875a096
commit 446fcc17da

View File

@@ -10,6 +10,8 @@ using Netch.Utils;
namespace Netch.Forms
{
[DesignerCategory(@"Code")]
public abstract class ServerForm : Form
{
protected abstract string TypeName { get; }