Exemplo n.º 1
0
 public static void RestoreDesktopArea()
 {
     WinAPI.SystemParametersInfo((int)WinAPI.SPI.SPI_SETWORKAREA, 0, ref m_rcOldDesktopRect, 0);
 }