1

I'm making a WPF Application using MVVM. This application has a function that needs to execute every minute. And on the View, it needs to show a countdown until it´s executing this method.

How would i do that?

Belcookies
  • 23
  • 6

1 Answers1

-1

Initial answer deleted due to bad practice. You should build a periodic Task like this

lionthefox
  • 369
  • 1
  • 2
  • 16