Info
Version: | 1.4.0 |
Author(s): | Alexander Meyer |
Last Update: | Thursday, April 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ax-meyer/ProgressDialog/ |
NuGet Url: | https://www.nuget.org/packages/ProgressDialog |
Install
Install-Package ProgressDialog
dotnet add package ProgressDialog
paket add ProgressDialog
ProgressDialog Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- ProgressDialogStatus(>= 1.2.3)
- ProgressDialogStatus(>= 1.2.3)
Tags
Features a status text & progress bar that can be updated from long running tasks in the model through a IProgressStatus interface.
The interface is also provided seperateley in the ProgressDialogStatus package, which is a netStandard 2.0 package without dependency on WPF, so it can be integrated into netStandard libraries.
It also contains a ready-to-use sample implementation of the interface.