コード例 #1
0
 protected override SprintData CreateData(Sprint r, int id)
 {
     return CreateDataFor(null, id);
 }
コード例 #2
0
ファイル: GanttRow.cs プロジェクト: ShyAlon/DeepDev
 public GanttRow(Sprint c)
 {
     this.id = (int)c.HashIndex();
     this.text = c.Name;
 }