コード例 #1
0
 public void AddAnnotationRow(DataAnnotationRow row, string name, string description)
 {
     annotationRows.Add(row);
     annotationRowNames.Add(name);
     annotationRowDescriptions.Add(description);
 }
コード例 #2
0
 public void AddAnnotationRow(DataAnnotationRow row, string name, string description)
 {
     annotationRows.Add(row);
     annotationRowNames.Add(name);
     annotationRowDescriptions.Add(description);
 }