Пример #1
0
 private void newPostClick()
 {
     if ((this.m_popup == null) || !this.m_popup.Created)
     {
         this.m_popup = new FactionNewPostPopup();
         this.m_popup.init(ThreadID, this, ThreadTitle);
         this.m_popup.Show();
     }
 }
 private void newPostClick()
 {
     if ((this.m_popup == null) || !this.m_popup.Created)
     {
         this.m_popup = new FactionNewPostPopup();
         this.m_popup.init(ThreadID, this, ThreadTitle);
         this.m_popup.Show();
     }
 }