Added user deletion
Refactored project warnings
This commit is contained in:
@@ -95,11 +95,10 @@ namespace Client.Config
|
||||
|
||||
private static ushort ValidateServerPort(String value)
|
||||
{
|
||||
ushort Port;
|
||||
if (ushort.TryParse(value, out Port))
|
||||
if (ushort.TryParse(value, out ushort Port))
|
||||
return Port;
|
||||
else
|
||||
throw new Exception(@"Configuration Error: ""Connection - ServerPort"" is not a valid Id of CMS-Client");
|
||||
throw new Exception(@"Configuration Error: ""Connection - ServerPort"" is not a valid Id of CMS-Client");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user