public void CreateInstance(string basePath) { ProcessException.Handle("ServerEnvironment.CreateInstance(" + basePath + ")"); singletonInstance = new ServerEnvironment(basePath); }
public void CreateInstance(string basePath, bool validate) { singletonInstance = new ServerEnvironment(basePath, validate); }