Input.Input C# (CSharp) Method

Input() public method

public Input ( int new_start_board, int new_num_boards ) : System
new_start_board int
new_num_boards int
return System
    public Input(int new_start_board, int new_num_boards)
    {
        start_board = new_start_board;
        num_boards = new_num_boards;
    }