Ejemplo n.º 1
0
 private BrowserPrefix(BrowserPrefixKind kind, string text)
 {
     Kind = kind;
     Text = text;
 }
Ejemplo n.º 2
0
 public BrowserPrefix(BrowserPrefixKind kind)
 {
     Kind = kind;
 }