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/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Microbit/Program.cs') diff --git a/Microbit/Program.cs b/Microbit/Program.cs index e040909..72ac533 100644 --- a/Microbit/Program.cs +++ b/Microbit/Program.cs @@ -16,7 +16,7 @@ namespace Microbit { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new MainMenu()); } } } -- cgit v1.2.3