コード例 #1
0
ファイル: Chat.aspx.cs プロジェクト: Andi1986/ChatApp
 protected void ChatTextTimer_Tick(object sender, EventArgs e)
 {
     if (m_chatter.newUpdates())
     {
         updateAll();
     }
 }