예제 #1
0
 override public bool MarkupTagGetByID(int tagID, out Tag tag)
 {
     return(m_markup.TagGetByID(tagID, out tag));
 }