示例#1
0
 public void RemoveAnnotation(IAnnotation annotation)
 {
     removedAnnotation = annotation;
     removedIndex      = CommentCollection.IndexOf(annotation.Comments[0]);
     CommentCollection.Remove(annotation.Comments[0]);
     AnnotationCount = CommentCollection.Count.ToString();
 }