Exemple #1
0
 public static void ShowWindow(IntPtr hWnd, int nCmdShow) => FunctionLoader.LoadUser32Func <ShowWindow_t>("ShowWindow")(hWnd, nCmdShow);