Exemple #1
0
        public void DecreaseBPM()
        {
            int bpm = model.GetBPM();

            model.SetBPM(--bpm);
        }