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