Beispiel #1
0
        public MainPage()
        {
            FlexChartRenderer.Init();

            this.InitializeComponent();

            LoadApplication(new FlexChart101.App());
        }
        public MainPage()
        {
            FlexChartRenderer.Init();
            InitializeComponent();
            SupportedOrientations = SupportedPageOrientation.PortraitOrLandscape;

            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new FlexChartDemo.App());
        }
        public MainPage()
        {
            FlexChartRenderer.Init();
            C1GaugeRenderer.Init();

            this.InitializeComponent();

            LoadApplication(new SimpleDashboard.App());
        }
Beispiel #4
0
        protected override void OnCreate(Bundle bundle)
        {
            FlexChartRenderer.Init();

            FormsAppCompatActivity.ToolbarResource = Android.Resource.Layout.Toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new FlexChart101.App());
        }
Beispiel #5
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App());


            FlexGridRenderer.Init();
            FlexChartRenderer.Init();
            C1GaugeRenderer.Init();
            C1InputRenderer.Init();
            return(base.FinishedLaunching(app, options));
        }
        protected override void OnCreate(Bundle bundle)
        {
            FlexChartRenderer.Init();
            FlexGridRenderer.Init();
            C1GaugeRenderer.Init();

            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource   = Resource.Layout.Toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new App());
        }