Skip to content

Commit bde3fe2

Browse files
authored
Removed the license key from program.cs file.
1 parent a6ce31b commit bde3fe2

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)