Exemplo n.º 1
0
 public LoteEntAdminVM()
 {
     Lotes        = new ObservableCollection <LoteEntrada>(InventoryQueries.GetAllLotes());
     EnterAmounts = new AdminEnterLoteAmount(this);
     AdminModal   = new AdminLoteEntUpdateAmountsModal(this);
 }
Exemplo n.º 2
0
        public void OpenAmountModal(object paramter)
        {
            AdminModal = new AdminLoteEntUpdateAmountsModal(this);

            AdminModal.ShowDialog();
        }