How can I reference a Blazor Hybrid project’s form or component in WinForms?

39 views Asked by At

I’ve created a Blazor Hybrid project and referenced it in a WinForms project, but the styles are not displaying correctly

this is program.cs enter image description here

This is my execution result enter image description here enter image description here

this my config https://gist.github.com/SIGEER2222/c9452462a415ce042e323e973558e286

Do I need to configure something, or is it not possible to do this?

0

There are 0 answers