Check resolution on startup when not in DeveloperMode

This commit is contained in:
Nicola Carminati
2018-12-19 11:05:13 +01:00
parent 76b882ce19
commit 356e0eaae2
2 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ namespace CMS_Client
#region ALARM_METHODS
//Method Used to Show an alarm and close the application
private static void ShowAlarmAndClose(string Message)
public static void ShowAlarmAndClose(string Message)
{
MessageBox.Show(Message,
Application.ProductName,