示例#1
0
 private bool ready()
 {
     return(scrollMenu.ready());
 }
示例#2
0
 private bool ready()
 {
     return(scrollMenu.ready() && !changing);
 }