Esempio n. 1
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value    = value;
 }
Esempio n. 2
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value = value;
 }