From 49b3d926ea33f486468f0bc855585968eacca124 Mon Sep 17 00:00:00 2001 From: Jes Date: Wed, 6 Jan 2010 23:39:02 +0100 Subject: Ajout des sources de l'éditeur de script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-editor/MyPanel.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 script-editor/MyPanel.cs (limited to 'script-editor/MyPanel.cs') diff --git a/script-editor/MyPanel.cs b/script-editor/MyPanel.cs new file mode 100644 index 0000000..60d7a7b --- /dev/null +++ b/script-editor/MyPanel.cs @@ -0,0 +1,11 @@ +using System.Windows.Forms; + +namespace CustomControl +{ + public class MyPanel : Panel + { + protected override void OnPaintBackground(PaintEventArgs pevent) + { + } + } +} -- cgit v1.2.3