Syncfusion geupdated

This commit is contained in:
Husky
2021-03-27 14:54:36 +01:00
parent b7048beede
commit 3fb135459a
19 changed files with 123 additions and 127 deletions

View File

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