Check resolution on startup when not in DeveloperMode
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user