示例#1
0
 protected void ChatTextTimer_Tick(object sender, EventArgs e)
 {
     if (m_chatter.newUpdates())
     {
         updateAll();
     }
 }