public void Write_hlinkHover(TextWriter s, int depth, Dictionary <string, string> namespaces) { if (_hlinkHover != null) { _hlinkHover.Write(s, "hlinkHover", depth + 1, namespaces); } }
public void Write_hlinkClick(TextWriter s, int depth, Dictionary <string, string> namespaces) { if (_hlinkClick != null) { _hlinkClick.Write(s, "hlinkClick", depth + 1, namespaces); } }