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.
1 parent a6ce31b commit bde3fe2Copy full SHA for bde3fe2
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