Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LicenceManager"/> class.
 /// </summary>
 private LicenceManager()
 {
     _Execute = new ExecuteValidate(ValidateNet);
     /*
     __KeyAsync = new Timer(
     new TimerCallback(
     delegate(object sender)
     {
     LicenceBody.RemainingMinutes -= __KeyInterval / (1000 * 60);
     LicenceBody.XmlSerialize(__secreteKey, __identification);
     }),
     null, __KeyInterval, __KeyInterval);
        */
 }
Exemplo n.º 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="LicenceManager"/> class.
        /// </summary>
        private LicenceManager()
        {
            _Execute = new ExecuteValidate(ValidateNet);

            /*
             * __KeyAsync = new Timer(
             * new TimerCallback(
             * delegate(object sender)
             * {
             * LicenceBody.RemainingMinutes -= __KeyInterval / (1000 * 60);
             * LicenceBody.XmlSerialize(__secreteKey, __identification);
             * }),
             * null, __KeyInterval, __KeyInterval);
             */
        }
Exemplo n.º 3
0
 public void AddCustomValidator(ExecuteValidate validateExecuter)
 {
     validater.AddCustomValidater(validateExecuter);
 }
Exemplo n.º 4
0
 public void AddCustomValidater(ExecuteValidate validateExecuter)
 {
     m_validaters.Add(new CustomValidater(validateExecuter));
 }
Exemplo n.º 5
0
 public void AddCustomValidater(ExecuteValidate validateExecuter)
 {
     m_validaters.Add(new CustomValidater(validateExecuter));
 }
Exemplo n.º 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LicenceManager"/> class.
 /// </summary>
 private LicenceManager()
 {
     _Execute = new ExecuteValidate(ValidateNet);
 }
Exemplo n.º 7
0
 public CustomValidater(ExecuteValidate validateExecuter)
 {
     m_validateExecuter = validateExecuter;
 }
Exemplo n.º 8
0
 public CustomValidater(ExecuteValidate validateExecuter)
 {
     m_validateExecuter = validateExecuter;
 }
Exemplo n.º 9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LicenceManager"/> class.
 /// </summary>
 private LicenceManager()
 {
     _Execute = new ExecuteValidate(ValidateNet);
 }
Exemplo n.º 10
0
 public void AddCustomValidator(ExecuteValidate validateExecuter)
 {
     validater.AddCustomValidater(validateExecuter);
 }