S
Silvers11
Guest
Hello!
I have a question about .NET Core 3.1 Windows Form Application.
I am currently developing such application and now I do have a third party component that only is compatible with WPF where this component is a XAML component.
Is there a way to use this component in a .NET Core 3.1 Windows Form Application in any way.
With that I beleive I mean if there is a way to create this XAML component in a separate file which has its own C# code behind also which interacts with that XAML GUI component (which is important).
Then be able to gain access to those variables from the C# code in the .NET Core 3.1 Windows Form Application which is the main application?
Thank you!
Continue reading...
I have a question about .NET Core 3.1 Windows Form Application.
I am currently developing such application and now I do have a third party component that only is compatible with WPF where this component is a XAML component.
Is there a way to use this component in a .NET Core 3.1 Windows Form Application in any way.
With that I beleive I mean if there is a way to create this XAML component in a separate file which has its own C# code behind also which interacts with that XAML GUI component (which is important).
Then be able to gain access to those variables from the C# code in the .NET Core 3.1 Windows Form Application which is the main application?
Thank you!
Continue reading...