Skip to content

Commit 8da5348

Browse files
authored
Merge pull request #1 from SyncfusionExamples/ArulrajAboo-patch-1
Removed the license key from program.cs file.
2 parents a6ce31b + bde3fe2 commit 8da5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Program
1414
{
1515
public static async Task Main(string[] args)
1616
{
17-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjI2NzA3QDMxMzgyZTMxMmUzMGovREJNR3BPSUkzUTJ6TnRWOTNpZE1OT2RSa0tGZTEzWWpocW5OY1hXVXM9");
17+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key");
1818
var builder = WebAssemblyHostBuilder.CreateDefault(args);
1919
builder.RootComponents.Add<App>("app");
2020

0 commit comments

Comments
 (0)