Exemplo n.º 1
0
 private XmlElement GetDifficultyElement(SudoDifficulty difficulty)
 {
     return(XmlHelper.GetElementByName(this.DocumentElement.SelectSingleNode("Do"), difficulty.ToString()));
 }
Exemplo n.º 2
0
 private XmlElement GetDifficultyElement(SudoDifficulty difficulty)
 {
     return XmlHelper.GetElementByName(this.DocumentElement.SelectSingleNode("Do"), difficulty.ToString());
 }