Example #1
0
 public DocumentPart(string name, string value, DocumentPartType type)
 {
     PartName  = name;
     PartValue = value;
     PartType  = type;
 }
Example #2
0
 public DocumentPart(string name, string value, DocumentPartType type)
 {
     PartName = name;
     PartValue = value;
     PartType = type;
 }