C# ile Beep
Makinenin biplemesi hata uyarıları için kullanılabilir.
[DllImport("Kernel32.dll")]
public static extern bool Beep(UInt32 frequency, UInt32 duration);
Beep(500,100);
Category: Csharp - C# - Comment »
Serdar's
Makinenin biplemesi hata uyarıları için kullanılabilir.
[DllImport("Kernel32.dll")]
public static extern bool Beep(UInt32 frequency, UInt32 duration);
Beep(500,100);
Category: Csharp - C# - Comment »