Remove partial keyword from ThemeForm

This commit is contained in:
miku-666
2022-12-24 00:28:16 +01:00
parent a843d04695
commit c02e0dceaf

View File

@@ -21,7 +21,7 @@ using Dark.Net;
namespace PckStudio.ToolboxItems
{
public partial class ThemeForm : Form
public class ThemeForm : Form
{
public ThemeForm(Theme theme)
: base()