コード例 #1
0
ファイル: Child.cs プロジェクト: kevinjyee/childgrowthxamarin
 /**
  * Get a dictionary of Milestones and their respective responses, organized by MilestoneCategory.
  **/
 public Dictionary <MilestoneCategory, List <MilestoneWithResponse> > GetMilestoneHistory()
 {
     return(Milestones.GetMilestoneResponseHistoryForAllCategories());
 }