Guest User

Untitled

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public App()
  2. {
  3. Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YourLicenseKeyInsertHere");
  4.  
  5. InitializeComponent();
  6.  
  7.  
  8. MainPage = new MainPage();
  9. }
Add Comment
Please, Sign In to add comment