Skip to content

Commit 4e89159

Browse files
Adding changes
1 parent 8490a91 commit 4e89159

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MultiTabbedPDFViewer/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public partial class App : Application
44
{
55
public App()
66
{
7-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Ngo9BigBOggjHTQxAR8/V1JEaF1cWWhAYVJ0WmFZfVtgcV9GYlZRRmYuP1ZhSXxWdk1hWX9cc3NWRWNZVUR9XEI=");
7+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Add Valid License");
88
InitializeComponent();
99
}
1010

MultiTabbedPDFViewer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ For to load the pdf document in the TabView, wire the Loaded event
206206

207207
1. Build and run the application in all the platforms.
208208
2. Switch the tabs.
209-
3. Add some annotations in both PdfViewer tabs.
210-
4. Make some text selection in both PdfViewer tabs.
211-
5. Do search process in both PdfViewer tabs.
209+
3. Add some annotations in all PdfViewer tabs.
210+
4. Make some text selection in all PdfViewer tabs.
211+
5. Do search process in all PdfViewer tabs.

0 commit comments

Comments
 (0)