Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-22 06:29:11 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-22 06:29:11 +0300
commit732d27e647b51a65c2736320d4f0ee590acb0d12 (patch)
treebc7d6b7074d0f4d6826707e59285ecf3aac2aca4 /UVtools.GUI
parent0ce27a1f9c61b6f852f44efa02a1b7fc834c9efe (diff)
WPF progress
Diffstat (limited to 'UVtools.GUI')
-rw-r--r--UVtools.GUI/Forms/FrmLoading.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.GUI/Forms/FrmLoading.cs b/UVtools.GUI/Forms/FrmLoading.cs
index 61cd510..8806c57 100644
--- a/UVtools.GUI/Forms/FrmLoading.cs
+++ b/UVtools.GUI/Forms/FrmLoading.cs
@@ -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;