Example #1
0
 public void refreshReportes()
 {
     MyDataGridReportProduc.ItemsSource = ReportsList.listarProductos();
     MyDataGridVentas.ItemsSource       = ReportsList.listarVentas();
 }
Example #2
0
 private void btRestaurarProductos_Click(object sender, RoutedEventArgs e)
 {
     MyDataGridReportProduc.ItemsSource = ReportsList.listarProductos();
 }