Exemple #1
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();

            this.bindableProgress = new BindableProgress(View);

            this.tableViewSource = new MyRidesTableViewSource(this.TableView);

            this.SetUpBindings();

            this.TableView.Source = this.tableViewSource;
            this.TableView.ReloadData();
        }
Exemple #2
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();

            this.bindableProgress = new BindableProgress(View);

            this.tableViewSource = new MyRidesTableViewSource(this.TableView);

            this.SetUpBindings();

            this.TableView.Source = this.tableViewSource;
            this.TableView.ReloadData();
        }