コード例 #1
0
ファイル: MainForm.cs プロジェクト: anthony6li/Work
 private void _updateTime_Elapsed(object sender, ElapsedEventArgs e)
 {
     handleF2PressProsesingSetFalse();
     if (MicVolumeLevel != null)
     {
         MicVolumeLevel.Tick();
     }
 }
コード例 #2
0
        private void _updateTime_Elapsed(object sender, ElapsedEventArgs e)
        {
            handleF2PressProsesingSetFalse();
            if (MicVolumeLevel != null)
            {
                MicVolumeLevel.Tick();
            }

            string strClient = string.Empty;

            strClient += "Check 当前的ClientId有:";
            foreach (var temp in clientId)
            {
                strClient += temp + ",";
            }
            strClient = strClient.TrimEnd(',');
            //sendMessageToRichTextBox(strClient);
        }