Exemplo n.º 1
0
    private void ProcessPanelButtonPressed()
    {
        GUICommon.Instance.PlayButtonPressSound();

        if (processPanel.Visible)
        {
            processPanel.Visible = false;
        }
        else
        {
            processPanel.Show();
        }
    }