summaryrefslogtreecommitdiff
path: root/script-editor/MyPanel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'script-editor/MyPanel.cs')
-rw-r--r--script-editor/MyPanel.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/script-editor/MyPanel.cs b/script-editor/MyPanel.cs
deleted file mode 100644
index 60d7a7b..0000000
--- a/script-editor/MyPanel.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Windows.Forms;
-
-namespace CustomControl
-{
- public class MyPanel : Panel
- {
- protected override void OnPaintBackground(PaintEventArgs pevent)
- {
- }
- }
-}