WPF progress

This commit is contained in:
Tiago Conceição
2020-09-22 04:29:11 +01:00
parent 0ce27a1f9c
commit 732d27e647
18 changed files with 644 additions and 90 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace UVtools.GUI.Forms
public partial class FrmLoading : Form
{
public Stopwatch StopWatch { get; } = new Stopwatch();
public OperationProgress Progress { get; set; }
public OperationProgress Progress { get; private set; }
private LogItem OperationLog;