示例#1
0
 public void Beep()
 {
     if (_IO == null)
     {
         return;
     }
     _IO.Beep();
 }
示例#2
0
 public void cmdBeep(string args)
 {
     _IO.Beep();
 }