示例#1
0
 public RegisterLicenseResponse(Licensing.LicensingSvc.Response RegisterLicenseResult)
 {
     this.RegisterLicenseResult = RegisterLicenseResult;
 }
示例#2
0
 public CheckLicenseResponse(Licensing.LicensingSvc.Response CheckLicenseResult)
 {
     this.CheckLicenseResult = CheckLicenseResult;
 }