Summary description for Class1.
Inheritance: System.ComponentModel.LicenseProvider
Exemplo n.º 1
0
 public ProcCountLicense(ProcCountLicenseProvider owner, string key)
 {
     this.owner = owner;
     this.key = key;
     this.validProcCount = Int32.Parse(key.Substring(key.IndexOf(',') + 1));
 }
 public ProcCountLicense(ProcCountLicenseProvider owner, string key)
 {
     this.owner          = owner;
     this.key            = key;
     this.validProcCount = Int32.Parse(key.Substring(key.IndexOf(',') + 1));
 }