❔ Using mvvm toolkit- Why my view has no access to my command?
I got the following Code in the view model:
And the view:
I got a few button on the view, when it try to give the button a command to CalculateAndSave, method isn't available, is my binding wrong?
And the view:
I got a few button on the view, when it try to give the button a command to CalculateAndSave, method isn't available, is my binding wrong?