XSharp.Tools.WPF: depend on XSharp.VO?
Posted: Tue Sep 18, 2018 5:32 am
Hello,
should the XSharp.Tools.WPF library depend on the XSharp.VO library or only on on the XSharp.Core library?
Cons:
Wolfgang
should the XSharp.Tools.WPF library depend on the XSharp.VO library or only on on the XSharp.Core library?
Cons:
- for a new application, VO datatypes could be left behind
- a WPF application could also be written in other languages, using the XSharp.Tools.WPF library
- even in a WPF application I would see the Transform() function as needed - and this function is in the XSharp.VO library
- a WPF application should also be able to use our older business logic that may make use of the Date datatype, codeblocks, arrays or the AScan()/ASort() functions
- the internal code of the library will be smaller and faster if functions from both libraries can be used
Wolfgang