摘要:
using System.Diagnostics;using System.Reflection;using System.Runtime.InteropServices;namespace WindowsFormsApplication1{ static class Program { [DllImport("User32.dll")] private static extern bool ShowWindowAsync(IntPtr hWnd, int cmdShow); [DllImport("User32.dll")] ... 阅读全文
posted @ 2013-04-03 17:17
Cynosure鱼
阅读(300)
评论(0)
推荐(0)

浙公网安备 33010602011771号