コード例 #1
0
 protected void OnEnterFrame(object sender, ElapsedEventArgs e)
 {
     if (socket != null)
     {
         socket.CheckStatus();
     }
 }