コード例 #1
0
ファイル: SuDoXml.cs プロジェクト: ViniciusConsultor/geansoft
 private XmlElement GetDifficultyElement(SudoDifficulty difficulty)
 {
     return(XmlHelper.GetElementByName(this.DocumentElement.SelectSingleNode("Do"), difficulty.ToString()));
 }
コード例 #2
0
ファイル: SuDoXml.cs プロジェクト: ViniciusConsultor/geansoft
 private XmlElement GetDifficultyElement(SudoDifficulty difficulty)
 {
     return XmlHelper.GetElementByName(this.DocumentElement.SelectSingleNode("Do"), difficulty.ToString());
 }