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