Exemplo n.º 1
0
 public DocumentPart(string name, string value, DocumentPartType type)
 {
     PartName  = name;
     PartValue = value;
     PartType  = type;
 }
Exemplo n.º 2
0
 public DocumentPart(string name, string value, DocumentPartType type)
 {
     PartName = name;
     PartValue = value;
     PartType = type;
 }