We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd46b20 commit a2be368Copy full SHA for a2be368
DocumentViewerDemo/App.xaml.cs
@@ -4,7 +4,7 @@ public partial class App : Application
4
{
5
public App()
6
7
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Ngo9BigBOggjHTQxAR8/V1JEaF1cWWhAYVJ0WmFZfVtgcV9GYlZRRmYuP1ZhSXxWdk1hXH9WcXBVTmNaVEJ9XEI=");
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Add valid license key");
8
InitializeComponent();
9
}
10
0 commit comments