Home
last modified time | relevance | path

Searched refs:ParseThisNode (Results 1 – 2 of 2) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/IO/IntermediateFile/
H A DParser.cs287 This = ParseThisNode(parent.Element("This")), in ParsePanelNode()
293 private static This ParseThisNode(XElement parent) in ParseThisNode() method in TrainEditor2.IO.IntermediateFile.IntermediateFile
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/IO/Panels/Xml/
H A DParser.cs46 ParseThisNode(fileName, sectionNode, panel.This); in ParsePanelNode()
87 private static void ParseThisNode(string fileName, XElement parent, This This) in ParseThisNode() method in TrainEditor2.IO.Panels.Xml.PanelCfgXml