Exemplo n.º 1
0
 // 注解和解注解
 public bool Comment(ITextView view, bool comment)
 {
     return(ALanguageUtility.Comment(view, m_line_comment_begin, comment));
 }