public ImportItemsArgs() { Statistics = new ImportStatistics(); ImportData = new DataTable(); ImportItems = new List<ItemDto>(); Timer = new Stopwatch(); }
public ImportItemsArgs() { Statistics = new ImportStatistics(); ImportData = new DataTable(); ImportItems = new List <ItemDto>(); Timer = new Stopwatch(); }