Exemplo n.º 1
0
 public IocompLicense(IocompLicenseProvider owner, string licensekey)
 {
     this.m_Owner      = owner;
     this.m_LicenseKey = licensekey;
 }