Beispiel #1
0
 public InfotagIdentifier(string identifier, InfotagKind kind, string description)
 {
     Identifier  = identifier;
     Kind        = kind;
     Description = description;
 }
Beispiel #2
0
 public InfotagIdentifier(string identifier, InfotagKind kind)
 {
     Identifier = identifier;
     Kind       = kind;
 }