Beispiel #1
0
 public LicensingStatus GetLicenseStatus()
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetLicenseStatusAsync()));
 }