Hi,
I have a MenuItem like this
<MenuItem Header="Kund" Command="{Binding SokKundCommand}"/>
It does not fire SokKundCommand in my ModelView as a Button usually does. What is problem?
Hi,
I have a MenuItem like this
<MenuItem Header="Kund" Command="{Binding SokKundCommand}"/>
It does not fire SokKundCommand in my ModelView as a Button usually does. What is problem?