mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
WPF progress
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user