public bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow) { return(PInvoker.ShowWindow(hWnd, nCmdShow)); }