示例#1
0
 public void Beep()
 {
     if (terminal != null)
     {
         terminal.Beep();
     }
 }