Skip to content

Commit

Permalink
removed startup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCromar committed Jan 18, 2024
1 parent de02795 commit 01ae15f
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 323 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ONYX Launcher/.vs/ONYX Launcher/v17/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion ONYX Launcher/ONYX Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Startup());
Application.Run(new Main());
}
}
}
77 changes: 0 additions & 77 deletions ONYX Launcher/ONYX Launcher/Startup.Designer.cs

This file was deleted.

45 changes: 0 additions & 45 deletions ONYX Launcher/ONYX Launcher/Startup.cs

This file was deleted.

200 changes: 0 additions & 200 deletions ONYX Launcher/ONYX Launcher/Startup.resx

This file was deleted.

0 comments on commit 01ae15f

Please sign in to comment.