摘要:
using System.Runtime.InteropServices; [DllImport("user32.dll")] public static extern bool MessageBeep(uint uType); MessageBeep(1);//PC喇叭响 阅读全文
posted @ 2008-07-11 17:31
原始部落
阅读(219)
评论(0)
推荐(0)
摘要:
public class aaa { private string myLongName; private string myShortName; public aaa(string LongName,string ShortName) { this.myLongName=LongName; this.myShortName=ShortName; } ... 阅读全文
posted @ 2008-07-11 17:29
原始部落
阅读(176)
评论(0)
推荐(0)
浙公网安备 33010602011771号