Is there any documentation for using this package in a Wpf application using a service host in the application #3660
|
The manual is very clear how to implement this package in a basic Wpf application. |
Answered by
Keboo
Aug 28, 2024
Replies: 2 comments
|
I do have a dotent template that does the setup for this. You can install it by running |
0 replies
Answer selected by
tacoWanneeJama
|
Thanks a lot. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do have a dotent template that does the setup for this.
You can install it by running
dotnet new install Keboo.Dotnet.Templates. You can then create a WPF app usingdotnet new keboo.wpf,Repo: https://github.com/Keboo/DotnetTemplates