Nuget packete geupdated

This commit is contained in:
HuskyTeufel
2020-07-14 14:19:10 +02:00
parent 266dfe43f9
commit 004bc22428
12 changed files with 128 additions and 105 deletions

View File

@@ -97,7 +97,7 @@ namespace BerichtGen
/// <returns></returns>
public static bool GetGraphics(List<UVcsvStrukture> struktures,string destinationPath)
{
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjIzODk3QDMxMzcyZTM0MmUzMGVHTVVQaDV1OHZncmo0N2hEcXM1Z2ppK3RCeldIQVl5dlVRT3J3cEdtVFE9");
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjgwOTY0QDMxMzgyZTMyMmUzMFVjMGZWekpFNG44Y1BxMDZqR1VkdGExSlRpZER4N1JOWThZL28reDkxd0E9");
ChartControl tempChart = getGraph(struktures, "Temperatur");
if (tempChart == null) return false;