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