Summary description for Class1.
Inheritance: System.ComponentModel.LicenseProvider
コード例 #1
0
 public ProcCountLicense(ProcCountLicenseProvider owner, string key)
 {
     this.owner = owner;
     this.key = key;
     this.validProcCount = Int32.Parse(key.Substring(key.IndexOf(',') + 1));
 }
コード例 #2
0
 public ProcCountLicense(ProcCountLicenseProvider owner, string key)
 {
     this.owner          = owner;
     this.key            = key;
     this.validProcCount = Int32.Parse(key.Substring(key.IndexOf(',') + 1));
 }