Ejemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init ();

            Current = this;
            window = new UIWindow (UIScreen.MainScreen.Bounds);

            App.Speech = new Speech ();
            LoadApplication (new App ());

            return base.FinishedLaunching (app, options);
        }