Ejemplo n.º 1
0
 protected void ParsePath()
 {
     try
     {
         craftingPath = new CraftingPath(this.ParentTabPath.TrimEnd(CraftingPath.Separator));
     }
     catch
     {
         craftingPath = null;
     }
 }
Ejemplo n.º 2
0
 private void ParsePath() => craftingPath = new CraftingPath(this.ParentTabPath);