We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6ce31b + bde3fe2 commit 8da5348Copy full SHA for 8da5348
Program.cs
@@ -14,7 +14,7 @@ public class Program
14
{
15
public static async Task Main(string[] args)
16
17
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjI2NzA3QDMxMzgyZTMxMmUzMGovREJNR3BPSUkzUTJ6TnRWOTNpZE1OT2RSa0tGZTEzWWpocW5OY1hXVXM9");
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key");
18
var builder = WebAssemblyHostBuilder.CreateDefault(args);
19
builder.RootComponents.Add<App>("app");
20
0 commit comments