Esempio n. 1
0
 // This asks the list to hide every button except for this one
 public void HideOthers()
 {
     List.HideAllBut(Index);
 }