Exemplo n.º 1
0
 void ShowHitStand() // Shows hit and stand buttons.
 {
     StandBtn.Show();
     HitBtn.Show();
     HitStandLbl.Show();
 }
Exemplo n.º 2
0
 void HideHitStand() // Hides hit and stand buttons
 {
     StandBtn.Hide();
     HitBtn.Hide();
     HitStandLbl.Hide();
 }