Skip to content

Commit

Permalink
Fix ProgressBar demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Mar 20, 2024
1 parent 0850356 commit 79961c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class ProgressIndicatorDemoViewModel : ViewModelBase {
public ProgressIndicatorDemoViewModel() {
_timer = new Timer(1000);
_timer.Elapsed += Timer_Elapsed;
_timer.Start();
}

public double Progress {
Expand Down

0 comments on commit 79961c6

Please sign in to comment.