static BsonHelper() { if (License.Validate("Global") == false) { throw new Exception("ERR_INVALID_LICENSE"); } }
public ResultInfo() { License.Validate("Global"); this._initTime = DateTime.Now; this.Result = "OK"; }