Exemple #1
0
 public static extern int ShowWindow( IntPtr hWnd, ShowWindowOptions nCmdShow );
Exemple #2
0
 public static extern int ShowWindow(IntPtr hWnd, ShowWindowOptions nCmdShow);
Exemple #3
0
 static extern bool ShowWindow(IntPtr hWnd, ShowWindowOptions nCmdShow);