Ejemplo n.º 1
0
 public void CallSwitchPage(int _idx)
 {
     if (pageMgr)
     {
         pageMgr.SwitchPage(pageFlag[_idx]);
     }
 }