public void Beep() { if (_IO == null) { return; } _IO.Beep(); }
public void cmdBeep(string args) { _IO.Beep(); }