Exemplo n.º 1
0
        public override EnteroSudoku generar(Condicion c, Ficha f)
        {
            EnteroSudoku entero_sudoku = new EnteroSudoku();
            FichaSudoku  ficha         = (FichaSudoku)f;


            return(entero_sudoku);
        }
Exemplo n.º 2
0
 public abstract GenerarContenido generar(Condicion c, Ficha f);
Exemplo n.º 3
0
 public void setFicha(Ficha ficha)
 {
     this.ficha = ficha;
 }