WiseJ Hybrid application - component library

Answered
0
0

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 ?

  • You must to post comments
Best Answer
0
0

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

 

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.