Пример #1
0
 private VCardName(VCardNameRow row)
 {
     _srcRow = row;
 }
Пример #2
0
 public VCardName()
 {
     _srcRow = new VCardNameRow();
 }