Added new alarm filter

This commit is contained in:
Lucio Maranta
2018-10-29 17:00:35 +01:00
parent 110ab7be65
commit e47d48aea9
8 changed files with 29 additions and 25 deletions
+2 -2
View File
@@ -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