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