Exemple #1
0
 public void ChangeHistoryPanelParam(HistoryPanelLogicData secondPanel)
 {
     if (this.m_HistoryPanelStack.Count > 0)
     {
         HistoryPanelLogicData data = this.m_HistoryPanelStack.Pop();
         data.SetSecondPanel(secondPanel);
         this.m_HistoryPanelStack.Push(data);
     }
 }