Skip to content
Snippets Groups Projects
Commit 83e3d486 authored by DamianKomdeur's avatar DamianKomdeur
Browse files

Small FIx

parent bcaa6304
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ namespace PuzzlePlayer_Namespace ...@@ -10,7 +10,7 @@ namespace PuzzlePlayer_Namespace
{ {
internal static void Main(string[] args) internal static void Main(string[] args)
{ {
Application.Run(new PuzzleForm(new Binary())); Application.Run(new MainForm());
} }
} }
......
...@@ -183,11 +183,7 @@ namespace PuzzlePlayer_Namespace ...@@ -183,11 +183,7 @@ namespace PuzzlePlayer_Namespace
control.BackColor = primaryColor; control.BackColor = primaryColor;
} }
try control.Font = mainFont;
{
control.Font = mainFont;
}
catch (Exception ex) { }
foreach (Control childControl in control.Controls) foreach (Control childControl in control.Controls)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment