Example #1
0
 private void updategrid()
 {
     InventoryList         = db.GetInventory();
     DataGrid1.ItemsSource = InventoryList;
 }