Beispiel #1
0
        public App()
        {
            Xamarin.Forms.Device.SetFlags(new[] {
                "SwipeView_Experimental",
                "CarouselView_Experimental",
                "IndicatorView_Experimental"
            });

            //Config the Bluetooth Service
            BTService = new BlueToothService();

            InitializeComponent();
            MainPage = new AppShell();
        }
Beispiel #2
0
        public App()
        {
            //Register Syncfusion license
            Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjAxNjQ3QDMxMzcyZTM0MmUzMENBWTdDaW9UNHpieHNZNkZwVmNhMjdkVEVDMHh0d01nYnBVU01GQkdGUEk9");

            Device.SetFlags(new[] {
                "SwipeView_Experimental",
                "CarouselView_Experimental",
                "IndicatorView_Experimental"
            });

            //Config the Bluetooth Service
            BTService = new BlueToothService();

            InitializeComponent();
            MainPage = new AppShell();
        }