Ejemplo n.º 1
0
 public RegisterLicenseResponse(Licensing.LicensingSvc.Response RegisterLicenseResult)
 {
     this.RegisterLicenseResult = RegisterLicenseResult;
 }
Ejemplo n.º 2
0
 public CheckLicenseResponse(Licensing.LicensingSvc.Response CheckLicenseResult)
 {
     this.CheckLicenseResult = CheckLicenseResult;
 }