Exemplo n.º 1
0
 private bool CheckIfNeedBack(UIBasePanel page)
 {
     return(page != null && page.CheckIfNeedBack());
 }