瀏覽代碼

Fixed ViewModelBase issue in PRSDigitalKey

frankvandenbos 3 月之前
父節點
當前提交
2132edd110
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PRS.DigitalKey/PRS.DigitalKey/ViewModelBase.cs

+ 1 - 0
PRS.DigitalKey/PRS.DigitalKey/ViewModelBase.cs

@@ -77,6 +77,7 @@ public abstract partial class ViewModelBase : ObservableObject, IViewModelBase
         await OnDeactivated();
     }
 
+    public bool ProgressVisible { get; set; }
 
 
     protected virtual Task OnDeactivated()