Пример #1
0
 void LoadLicenseInformation()
 {
     // TODO: Implement licence handling
     mLicenseInfo = LicenseInformation.Load();
     paidLicense  = true;
     isGenuine    = true;
 }