Example #1
0
 public void Add(Sheet sheet)
 {
     taskList.Add(sheet.Id, new PlotTask(sheet, model.GetDestinationForSheet(sheet)));
 }