Ejemplo n.º 1
0
 /// <summary>
 /// Sounds an audible alarm.
 /// </summary>
 /// <remarks>
 /// Sounds an audible alarm on the terminal, if possible; otherwise
 /// it flashes the screen (visible bell).
 /// If neither alter is possible, nothing happens.
 /// </remarks>
 public static void Beep()
 {
     CursesMethods.beep();
 }