Ejemplo n.º 1
0
        public MainPage()
        {
            FlexGridRenderer.Init();
            C1GaugeRenderer.Init();

            this.InitializeComponent();

            LoadApplication(new FlexGrid101.App());
        }
Ejemplo n.º 2
0
 // Constructor
 public MainPage()
 {
     InitializeComponent();
     global::Xamarin.Forms.Forms.Init();
     FlexGridRenderer.Init();
     LoadApplication(new FlexGridCustomRenderer.App());
     // Sample code to localize the ApplicationBar
     //BuildLocalizedApplicationBar();
 }
Ejemplo n.º 3
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)
        {
            SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
            //var color = C1.iOS.Core.ColorEx.ThemeBackgroundColor;
            FlexGridRenderer.Init();
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App());

            return(base.FinishedLaunching(app, options));
        }
Ejemplo n.º 4
0
        // Constructor
        public MainPage()
        {
            FlexGridRenderer.Init();
            GaugeRenderer.Init();
            CoreRenderer.Init();
            InitializeComponent();
            SupportedOrientations = SupportedPageOrientation.PortraitOrLandscape;

            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new FlexGrid101.App());
        }
Ejemplo n.º 5
0
        protected override void OnCreate(Bundle bundle)
        {
            FlexGridRenderer.Init();
            FlexChartRenderer.Init();

            FormsAppCompatActivity.ToolbarResource = Android.Resource.Layout.Toolbar;
            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            CrossCurrentActivity.Current.Init(this, bundle);
            LoadApplication(new App());
        }
Ejemplo n.º 6
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));
        }
Ejemplo n.º 7
0
        protected override void OnCreate(Bundle bundle)
        {
            FlexGridRenderer.Init();

            SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3());

            ToolbarResource = Android.Resource.Layout.Toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new SQLiteDataBase.App());
        }
Ejemplo n.º 8
0
        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());
        }