Пример #1
0
 /// <summary>
 /// Execute a the given alert
 /// </summary>
 /// <param name="alert">Type of alert</param>
 public static void Beep(BeepAlert alert)
 {
     MessageBeep((int)alert);
 }
Пример #2
0
 internal static extern void MessageBeep(BeepAlert Flags);
Пример #3
0
 /// <summary>
 /// Execute a the given alert
 /// </summary>
 /// <param name="alert">Type of alert</param>
 public static void Beep(BeepAlert alert)
 {
     MessageBeep((int)alert);
 }