Example #1
0
 protected XElement UnloadXml_BlockSection()
 {
     return(Sudoku.UnloadXml_Section(
                this.Block.ToList <IXmlize>(),
                Constant.Xml.Sudoku.BlockSection
                ));
 }
Example #2
0
 protected XElement UnloadXml_NumberSection()
 {
     return(Sudoku.UnloadXml_Section(
                this.Number.ToList <IXmlize>(),
                Constant.Xml.Sudoku.NumberSection
                ));
 }