Beispiel #1
0
 private Path FixRelativePart(Path path)
 {
     if (fs != null)
     {
         return(fs.FixRelativePart(path));
     }
     else
     {
         return(fc.FixRelativePart(path));
     }
 }