Пример #1
0
 void BindData()
 {
     BindingContext  = this;
     this.repository = new DemoOrdersRepository();
     this.Orders     = repository.Orders;
     LoadMoreCommand = new LoadMoreDataCommand(ExecuteLoadMoreCommand);
 }
 void BindData() {
     BindingContext = this;
     this.repository = new DemoOrdersRepository();
     this.Orders = repository.Orders;
     LoadMoreCommand = new LoadMoreDataCommand(ExecuteLoadMoreCommand);
 }