diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 16:23:17 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 16:23:17 -0500 |
| commit | 97c66fb4ea00941c83bbf6c0778fced0daf37c9f (patch) | |
| tree | 85283e6bea4f49643a5f1560122644c6281ec763 /Microbit/Program.cs | |
| parent | bd284418387617e3ac2c3c4bb8c26470266015ea (diff) | |
| download | Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.gz Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.bz2 Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.zip | |
Added appveyor and renamed Form1 to MainMenu
Diffstat (limited to 'Microbit/Program.cs')
| -rw-r--r-- | Microbit/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } } } |
