예제 #1
0
 private void PopulateCommentTypes()
 {
     CommentTypes.Add("General Comment (no reply required)");
     CommentTypes.Add("General Comment (reply required)");
     CommentTypes.Add("Data Request");
     CommentTypes.Add("Data Error");
 }
예제 #2
0
 private void PopulateCommentTypes()
 {
     CommentTypes.Add(CommentInfoResource.CommentInfo.GeneralCommentNoReplyRequired);
     CommentTypes.Add(CommentInfoResource.CommentInfo.GeneralCommentReplyRequired);
     CommentTypes.Add(CommentInfoResource.CommentInfo.DataRequest);
     CommentTypes.Add(CommentInfoResource.CommentInfo.DataError);
 }