diff options
author | Jes <jes> | 2010-01-14 19:01:07 +0100 |
---|---|---|
committer | Jes <jes> | 2010-01-14 19:01:07 +0100 |
commit | 78455c91b09616e2ff6713adbd6d44463a80608b (patch) | |
tree | adf431be0dde10a2e7121348991893fd306de83a /script-editor/MyPanel.cs | |
parent | 49b3d926ea33f486468f0bc855585968eacca124 (diff) |
Mise à jour de l'éditeur
Diffstat (limited to 'script-editor/MyPanel.cs')
-rw-r--r-- | script-editor/MyPanel.cs | 11 |
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) - { - } - } -} |