Exemplo n.º 1
0
 public CommentLabel(string label, CommentStyleTypes styleID, bool ignoreCase)
 {
     Label      = label;
     StyleID    = styleID;
     IgnoreCase = ignoreCase;
 }
Exemplo n.º 2
0
 public CommentLabel(string label, CommentStyleTypes styleID)
 {
     Label   = label;
     StyleID = styleID;
 }