I attached the folder for the solution. As you can see I have most of the part I

    I attached the folder for the solution. As you can see I have most of the part
    I need help on communicating the SudokuGenerator.cs with the main form and creating the solver.ThanksMitu
    SudukoPuzzleControl/Sudoku.sln
    SudukoPuzzleControl/Sudoku.sln.docstates.suo
    SudukoPuzzleControl/Sudoku.suo
    SudukoPuzzleControl/SudukoPuzzleControl/App.xaml
    SudukoPuzzleControl/SudukoPuzzleControl/App.xaml.csusing System;
    using System.Collections.Generic;
    using System.Configuration;
    using System.Data;
    using System.Linq;
    using System.Windows;namespace Sudoku
    {
    /// public partial class App : Application
    {
    }
    }SudukoPuzzleControl/SudukoPuzzleControl/bin/Debug/Sudoku.exe
    SudukoPuzzleControl/SudukoPuzzleControl/bin/Debug/Sudoku.pdb
    SudukoPuzzleControl/SudukoPuzzleControl/bin/Debug/Sudoku.vshost.exe
    SudukoPuzzleControl/SudukoPuzzleControl/bin/Debug/Sudoku.vshost.exe.manifest
    SudukoPuzzleControl/SudukoPuzzleControl/CheckGame.csusing System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Sudoku;namespace Sudoku
    {
    class CheckGame
    {
    /// ///
    ///
    ///
    /// True if douplicate
    public static bool checkForDuplicate(int rowPosition int colPosition int value)
    {
    int MAX_ROWS = 9;
    int MAX_COLS = 9;
    int MINI_SET_ROWS = 3;
    int MINI_SET_COLS = 3; int[] _problemSet = null; for (int i = 0; i

    Attachments:

                                                                                                                                      Order Now