Beispiel #1
0
 public Generator(string licenseKey)
 {
     _licenseKey = licenseKey;
     _apiClient  = new Api.Client.ApiClient();
 }