Hello – we want to build a set of composite components to use throughout all our projects.
For example UI tiles we can reuse like a “contact card”, etc..
What’s the best way to make this portable ? Can we create another project in the solution and create the pages and user controls in there ? Should it be another WiseJ Hybrid project or just a WiseJ project ?
Correct, you can just add another project to the solution. No, it doesn’t need to be a Wisej Hybrid project. It can just be a class library with the Wisej nuget package. You can add the System.Windows.Forms stuff from the template to the .csproj file if you’re using .NET FX.
Hope this helps,
Julie
Please login first to submit.