Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/Win32Util/Win32Util.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Tue Mar 25 12:06:05 2008 UTC (16 years ago) by c477
File size: 331 byte(s)


1 using System;
2
3 namespace nft.win32util
4 {
5 /// <summary>
6 /// GenericUtil ‚ĚŠT—v‚Ěŕ–ž‚Ĺ‚ˇB
7 /// </summary>
8 public class Win32Util
9 {
10 [System.Runtime.InteropServices.DllImport("user32.dll")]
11 private static extern int MessageBeep(uint n);
12
13 public static void MessageBeep()
14 {
15 MessageBeep(0);
16 }
17 }
18 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26