✅ How to use ResourceDictionary in the App.xaml?
I want to build an application with Dependency Injection and I've finished everything. All that's left is to make the
Now I tried to do this using a new DataTemplate.xaml file but it doesn't work for me because the file doesn't see the other functions. for example
I added the correct namespaces at least I think so
and i got these errors
The name "Tweaks" does not exist in the namespace "clr-namespace:WinRep_Code.Views".
The name "TweaksVM" does not exist in the namespace "clr-namespace:WinRep_Code.ViewModels".
I guess I don't know how to use this in the App.xaml file but I don't know anymore
added the file tree
help
DataTemplate for all the windows.Now I tried to do this using a new DataTemplate.xaml file but it doesn't work for me because the file doesn't see the other functions. for example
I added the correct namespaces at least I think so
and i got these errors
The name "Tweaks" does not exist in the namespace "clr-namespace:WinRep_Code.Views".
The name "TweaksVM" does not exist in the namespace "clr-namespace:WinRep_Code.ViewModels".
I guess I don't know how to use this in the App.xaml file but I don't know anymore
added the file tree
help