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

            this.SetContentView(Resource.Layout.VehiclesByCriteriaBaseView);

            this._bindableProgress = new BindableProgress(this);

            this.SetUpBindings();
        }
Пример #2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            this.SetContentView(Resource.Layout.VehiclesByCriteriaBaseView);

            this._bindableProgress = new BindableProgress(this);

            this.SetUpBindings();
        }