Added new alarm filter
This commit is contained in:
+2
-2
@@ -91,10 +91,10 @@ namespace Step
|
||||
ServerControlWindow.Stop();
|
||||
}
|
||||
|
||||
private static bool ValidateAddress(String Addr)
|
||||
private static bool ValidateAddress(string Addr)
|
||||
{
|
||||
//If is an asterisk is OK
|
||||
if (String.IsNullOrWhiteSpace(Addr) || Addr == "*")
|
||||
if (string.IsNullOrWhiteSpace(Addr) || Addr == "*")
|
||||
return true;
|
||||
|
||||
//Find an IP Address
|
||||
|
||||
Reference in New Issue
Block a user