Example #1
0
 public void OnBack()
 {
     m_CurrentPanel.Back();
     m_CurrentPanel = m_CurrentPanel.ParentPanel;
 }