diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:24:09 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:24:09 -0400 |
| commit | cebc36ad82b35856c78ea7de4b0b412b48cc526e (patch) | |
| tree | 77c85771efd36a94d18d4c27bbb7ce6f7ac1ef9b /Project Ports/Program.cs | |
| parent | 64dadbe032bd0ba1fd09d082ba556ad3c34f158a (diff) | |
| download | Project-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.tar.gz Project-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.tar.bz2 Project-Silicon-cebc36ad82b35856c78ea7de4b0b412b48cc526e.zip | |
Main menu changes and added about
Diffstat (limited to 'Project Ports/Program.cs')
| -rw-r--r-- | Project Ports/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project Ports/Program.cs b/Project Ports/Program.cs index 1f36b09..24ce12e 100644 --- a/Project Ports/Program.cs +++ b/Project Ports/Program.cs @@ -35,7 +35,7 @@ namespace Project_Ports { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new MainMenu()); } } } |
