mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
9871d1c23b
Extracts the driver download implementation from the button click event handler into a new `Invoke-DownloadSelectedDrivers` function. This change improves code modularity and maintainability by separating the business logic for downloading drivers from the UI event handling code. The event handler is now simplified to a single function call.