@@ -5,7 +5,7 @@
#pragma verboselevel 9
#define MyAppName "PRS Desktop"
-#define MyAppVersion "6.43a"
+#define MyAppVersion "6.44"
#define MyAppPublisher "PRS Digital"
#define MyAppURL "https://www.prs-software.com.au"
#define MyAppExeName "PRSDesktop.exe"
@@ -23,6 +23,8 @@ namespace PRSServer.Forms
public bool ReadOnly { get; private set; }
+ public PageType PageType => PageType.Other;
+
public SMSProviderGrid(bool readOnly)
{
ReadOnly = readOnly;
#define MyAppName "PRS Server"
#define MyAppExeName "PRSServer.exe"