private void BtnMinutesMinus_Click(object sender, EventArgs e) { if (!GameClockTimer.Enabled) { ClockController.AdjustMinutes(-1); } }