Exemple #1
0
 private void OnShowAllClick(object sender, EventArgs e)
 {
     this.dataAccess     = new DataHandler();
     this.BindingContext = this.dataAccess;
 }
Exemple #2
0
 public ProductsPage()
 {
     InitializeComponent();
     this.dataAccess = new DataHandler();
 }