From ddf746b2a7c9527b78ca63825c598f3c780c83d2 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 24 Apr 2012 22:06:28 +0000 Subject: Added schema classes and initial projects. --- Native/EmuKeyboardDesigner/MainForm.cs | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Native/EmuKeyboardDesigner/MainForm.cs (limited to 'Native/EmuKeyboardDesigner/MainForm.cs') diff --git a/Native/EmuKeyboardDesigner/MainForm.cs b/Native/EmuKeyboardDesigner/MainForm.cs new file mode 100644 index 0000000..8ea1502 --- /dev/null +++ b/Native/EmuKeyboardDesigner/MainForm.cs @@ -0,0 +1,36 @@ +// This file is part of the Noddybox.Emulation C# suite. +// +// Noddybox.Emulation is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Noddybox.Emulation is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Noddybox.Emulation. If not, see . +// +// Copyright (c) 2012 Ian Cowburn +// +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Windows.Forms; + +namespace EmuKeyboardDesigner +{ + public partial class MainForm : Form + { + public MainForm() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3