Пример #1
0
 public TrwPathPartIndex(TrwPath basePath, int index)
     : base(basePath)
 {
     Index = index;
 }
Пример #2
0
 public TrwPathPartProperty(TrwPath basePath, string propertyName)
     : base(basePath)
 {
     PropertyName = propertyName;
 }
Пример #3
0
 public TrwPath(TrwPath basePath)
 {
     BasePath = basePath;
 }