예제 #1
0
 internal static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowFlag nCmdShow);
예제 #2
0
파일: Win32.cs 프로젝트: emmauss/SPB
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowFlag command);