Changed the data binding for Split Segment button, apparently a button is not properly translated when bound to a property, but it is when bound to a method.Related to Issue [DSB-565]
CanDelete handler added. Although this is ugly, but messages are added to "Log" during the logic flow, because GridViewControl handles deletion by itself and there is no other feedback from it.Related to Issue [DSB-495]
Updated NuGet config for SqLite and removed interop dll's from application project. This should solve any conflicts with the x86 interop folder during builds.Related to Issue [DSB-558]
Add the splash screen from WTI as for the other applications.Note: also solves issue DSB-437, as the code changes and resources are in the same place (and the changes are minimal)Related to Issue [DSB-434]