Beispiel #1
0
    public void Restart()
    {
        switch (row)
        {
        case 3:
            By3Game();
            return;

        case 4:
            By4Game();
            return;

        default:
            restart.Exit();
            return;
        }
    }