pry před 2 roky
rodič
revize
2854e9e70b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      HKCardOUT/ViewModels/AdWindowViewModel.cs

+ 3
- 0
HKCardOUT/ViewModels/AdWindowViewModel.cs Zobrazit soubor

@@ -10,6 +10,7 @@ using System.Linq;
using System.Threading;
using System.Windows.Media;
using HKControl;
using System.Collections.Concurrent;

namespace HKCardOUT.ViewModels
{
@@ -101,6 +102,8 @@ namespace HKCardOUT.ViewModels
get => _Foods;
set => SetAndNotify(ref _Foods, value);
}

ConcurrentQueue<SaleLogDto> saleLogDtos { get; set; }
#endregion




Načítá se…
Zrušit
Uložit