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