LeapListener.ShowWindow C# (CSharp) Метод

ShowWindow() приватный Метод

private ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
hWnd IntPtr
nCmdShow int
Результат bool
    static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);