Esempio n. 1
0
 public LicenseUIResult(LicenseUIResponse pResponse, string pName, string pCompany, string pFiscalNumber, string pAddress, string pEmail, string pPhone)
 {
     _response     = pResponse;
     _name         = pName;
     _company      = pCompany;
     _fiscalNumber = pFiscalNumber;
     _address      = pAddress;
     _email        = pEmail;
     _phone        = pPhone;
 }
Esempio n. 2
0
 public LicenseUIResult(LicenseUIResponse pResponse)
 {
     _response = pResponse;
 }