Beispiel #1
0
 public BodContextAttribute(BodPart bodPart) : this(bodPart, string.Empty)
 {
 }
Beispiel #2
0
 public BodContextAttribute(BodPart bodPart, string blank)
 {
     this.BodPart = bodPart;
     this.Blank   = blank;
 }