diff --git a/CircleViewer/.vs/CircleViewer/v17/.suo b/CircleViewer/.vs/CircleViewer/v17/.suo index f590a4d..4ea22ac 100644 Binary files a/CircleViewer/.vs/CircleViewer/v17/.suo and b/CircleViewer/.vs/CircleViewer/v17/.suo differ diff --git a/CircleViewerMaui/App.xaml.cs b/CircleViewerMaui/App.xaml.cs index 28cba43..1d0e732 100644 --- a/CircleViewerMaui/App.xaml.cs +++ b/CircleViewerMaui/App.xaml.cs @@ -2,9 +2,15 @@ public partial class App : Application { + private string syncFusionLicenseKey = "MTg3MzUyM0AzMjMxMmUzMTJlMzQzMVhOUDNaUUxSMUExWTB3a1EzK294VjhKcGh3eENlanRIdXR2aWVrSGZUVTg9"; public App() { - InitializeComponent(); + string[] args = Environment.GetCommandLineArgs(); + + //Register SyncFusion license + Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(syncFusionLicenseKey); + + InitializeComponent(); MainPage = new AppShell(); } diff --git a/CircleViewerMaui/AppShell.xaml b/CircleViewerMaui/AppShell.xaml index 2520d79..183d753 100644 --- a/CircleViewerMaui/AppShell.xaml +++ b/CircleViewerMaui/AppShell.xaml @@ -7,7 +7,6 @@ Shell.FlyoutBehavior="Disabled"> diff --git a/CircleViewerMaui/CircleViewerMaui.csproj b/CircleViewerMaui/CircleViewerMaui.csproj index 7ac186f..e70390a 100644 --- a/CircleViewerMaui/CircleViewerMaui.csproj +++ b/CircleViewerMaui/CircleViewerMaui.csproj @@ -49,11 +49,19 @@ + + + + + ..\csharp\src\CircleSDK\bin\Debug\netstandard2.0\CircleSDK.dll + + + diff --git a/CircleViewerMaui/MainPage.xaml b/CircleViewerMaui/MainPage.xaml index 49836ef..6fb6c19 100644 --- a/CircleViewerMaui/MainPage.xaml +++ b/CircleViewerMaui/MainPage.xaml @@ -1,45 +1,16 @@  - - - - - - - - - -