void ShowHitStand() // Shows hit and stand buttons. { StandBtn.Show(); HitBtn.Show(); HitStandLbl.Show(); }
void HideHitStand() // Hides hit and stand buttons { StandBtn.Hide(); HitBtn.Hide(); HitStandLbl.Hide(); }