Esempio n. 1
0
 private void RemoveFromStack()
 {
     s_currentForms.Pop(this, this.StackMode);
     this.m_baseForm = null;
 }
Esempio n. 2
0
 private void AddToStack()
 {
     if (this.m_stackMode != SkyMap.Net.Gui.StackMode.None)
     {
         this.m_baseForm = (AniForm) s_currentForms.Push(this, this.m_stackMode);
     }
 }