Пример #1
0
 /// <summary>
 /// �Խ��¼�
 /// </summary>
 private void Voice()
 {
     if (null != VoiceEvent)
     {
         VoiceEventArgs args = new VoiceEventArgs();
         args.Start = IsVoice;
         args.Volume = m_Volume;
         VoiceEvent(this, args);
         Thread.Sleep(300);
     }
 }
 private void watchpanel_VoiceEvent(object sender, VoiceEventArgs e)
 {
 }