窗体.隐藏.练习[DllImport("user32.dll")]publicstaticexternIntPtrFindWindow(stringClassN,stringWindN);[DllImport("user32.dll",EntryPoint="ShowWindow",SetLastError=true)]staticexternboolShowWindow(IntPtrhWnd,uintnCmdShow);