since we now have a X# runtime, I would suggest to add some functions and classes to it that are not specific to VO or Vulcan, but that will be common to all X# installations.
IMHO such a library has several advantages:
- it helps user to work faster because they can build on added functionality
- it makes the distribution of some samples easier
- it goes a step further over the VO runtime
- general functions
- WinForms enhancements and classes
- WPF enhancements and classes
Base classes and functionality could be particularly important for WinForms and WPF classes, like classes that implement name based binding, enhance controls to add pictures or other functionality we know from VO.
Of course, I'm willing to contribute to this project, but the most important thing is IMHO that it will become a part of the X# distribution so anyone using X# can be sure to have this code.
I know that there is a lot of code already around that everyone can use, but it needs always time and knowledge to search and adapt such code, and to integrate it - instead of simple using it and to be sure about the quality of it.
Wolfgang