Set ReadValue method from public to private

This commit is contained in:
MaxXor 2015-08-15 20:15:45 +02:00
parent 08589c4d03
commit a7b373969c
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace xServer.Core.Data
}
}
public static string ReadValue(string pstrValueToRead)
private static string ReadValue(string pstrValueToRead)
{
try
{