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