示例#1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            TimezoneSvc tz = new TimezoneSvc();

            //Task.Run(async () => await tz.GetAll());
            LoadApplication(new App());
        }
示例#2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate (bundle);

            global::Xamarin.Forms.Forms.Init (this, bundle);
            TimezoneSvc tz =new TimezoneSvc ();

            //Task.Run(async () => await tz.GetAll());
            LoadApplication (new App ());
        }