コード例 #1
0
 public ImportItemsArgs()
 {
     Statistics = new ImportStatistics();
     ImportData = new DataTable();
     ImportItems = new List<ItemDto>();
     Timer = new Stopwatch();
 }
コード例 #2
0
 public ImportItemsArgs()
 {
     Statistics  = new ImportStatistics();
     ImportData  = new DataTable();
     ImportItems = new List <ItemDto>();
     Timer       = new Stopwatch();
 }