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

            Xamarin.Forms.Forms.Init(this, bundle);

            var a = new Robotics.Mobile.Core.Bluetooth.LE.Adapter();

            app = new Robotics.Mobile.Robotroller.App(a, this);

            SetPage(app.GetMainPage());
        }
Example #2
0
		protected override void OnCreate (Bundle bundle)
		{
			base.OnCreate (bundle);

			Xamarin.Forms.Forms.Init (this, bundle);

			var a = new Robotics.Mobile.Core.Bluetooth.LE.Adapter ();

			app = new Robotics.Mobile.Robotroller.App (a, this);

			SetPage (app.GetMainPage ());
		}