Ejemplo n.º 1
0
 private void clearList_Click(object sender, RoutedEventArgs e)
 {
     App.Invoke(new Action(() =>
     {
         _entities.Clear();
     }));
     InventoryData.Clear();
 }
Ejemplo n.º 2
0
 void ClearList()
 {
     App.Invoke(new Action(() =>
     {
         _entities.Clear();
     }));
     InventoryData.Clear();
     InventoryData.CurrentShelfNo = null;
 }