Esempio n. 1
0
 public bool IsInMenu()
 {
     return(0 <= menuIndex && menuIndex < DataUtil.Length(menus));
 }