Exemple #1
0
    public void ButtonPressed(string action)
    {
        lastStep.action = stringToAction(action);

        displayPanel.DestroyPanel();

        enableClickOnObjects(true);

        CheckStep();
    }