Exemplo n.º 1
0
        public App()
        {
            InitializeComponent();

            MainPage = new CalitrixComponentsSamplePage();
            CustomLabel.Init();
        }
Exemplo n.º 2
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            CustomLabel.Init();

            LoadApplication(new App());

            return(base.FinishedLaunching(app, options));
        }