From 97c66fb4ea00941c83bbf6c0778fced0daf37c9f Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 11 Feb 2019 16:23:17 -0500 Subject: Added appveyor and renamed Form1 to MainMenu --- Microbit/MainMenu.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Microbit/MainMenu.cs (limited to 'Microbit/MainMenu.cs') diff --git a/Microbit/MainMenu.cs b/Microbit/MainMenu.cs new file mode 100644 index 0000000..4e585e3 --- /dev/null +++ b/Microbit/MainMenu.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Microbit +{ + public partial class MainMenu : Form + { + public MainMenu() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3