Пример #1
0
 public bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow)
 {
     return(PInvoker.ShowWindow(hWnd, nCmdShow));
 }