protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            this.SetContentView(Resource.Layout.VehiclesByCriteriaBaseView);

            this._bindableProgress = new BindableProgress(this);

            this.SetUpBindings();
        }
Exemplo n.º 2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            this.SetContentView(Resource.Layout.VehiclesByCriteriaBaseView);

            this._bindableProgress = new BindableProgress(this);

            this.SetUpBindings();
        }