lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

ProgressBar - Add a static method that displays a progress bar while running the provided delegate #70

Open lastunicorn opened 2 years ago

lastunicorn commented 2 years ago

As a developer using the ProgressBar I want to have a static method that displays a progress bar while executing the provided delegate so that he code is more compact.