Exemplo n.º 1
0
 public ImportItemsArgs()
 {
     Statistics = new ImportStatistics();
     ImportData = new DataTable();
     ImportItems = new List<ItemDto>();
     Timer = new Stopwatch();
 }
Exemplo n.º 2
0
 public ImportItemsArgs()
 {
     Statistics  = new ImportStatistics();
     ImportData  = new DataTable();
     ImportItems = new List <ItemDto>();
     Timer       = new Stopwatch();
 }