Hello,
i have a UWP C# Desktop Application with two UWP Class Libraries. Now i need a Data Application for this which runs unlimited. Which can not be suspended like an UWP Application.
I thought to code this in WPF. But this Application needs access to the classes and the code in the UWP Class Libraries. Is this possible and how exactly? Or must i convert the UWP Class Libraries in .Net Standard Libraries to use them from UWP and from WPF?
The alternative would be to code the Data Application in UWP if it is possible to ensure that it is not suspended from Windows. Is this possible and how?
Thank you
Markus