Skip to content

Commit d6c6c27

Browse files
authored
1 parent 23254b3 commit d6c6c27

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Implementation/src/Program.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ public static void Main()
2222
{
2323
DeOldify.Initialize();
2424
Application.EnableVisualStyles();
25-
Application.Run(new MainForm());
25+
try
26+
{
27+
Application.Run(new MainForm());
28+
}
29+
catch
30+
{
31+
}
2632
}
2733

2834
}
2935

30-
}
36+
}

0 commit comments

Comments
 (0)