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?
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?
Initial answer deleted due to bad practice. You should build a periodic Task like this