From 78455c91b09616e2ff6713adbd6d44463a80608b Mon Sep 17 00:00:00 2001 From: Jes Date: Thu, 14 Jan 2010 19:01:07 +0100 Subject: Mise à jour de l'éditeur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-editor/MyPanel.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 script-editor/MyPanel.cs (limited to 'script-editor/MyPanel.cs') 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) - { - } - } -} -- cgit v1.2.3