コード例 #1
0
ファイル: RadioView.cs プロジェクト: agluque62/svn-dev_TFT
 private void _PttBT_MouseDown(object sender, MouseEventArgs e)
 {
     try
     {
         _CmdManager.RdSetPtt(true);
     }
     catch (Exception ex)
     {
         _Logger.Error("ERROR pulsando boton de Ptt", ex);
     }
 }