示例#1
0
 internal void SetDxAnnotationMarker(string tag)
 {
     m_annotations.SetMarker(tag);
 }
示例#2
0
 public void SetMarker(string tag)
 {
     m_annotation.SetMarker(tag);
 }