protected override SprintData CreateData(Sprint r, int id)
 {
     return CreateDataFor(null, id);
 }
Ejemplo n.º 2
0
 public GanttRow(Sprint c)
 {
     this.id = (int)c.HashIndex();
     this.text = c.Name;
 }