Open
Description
The WPF
example has multiple tabs, the HwndHost.Example
is very basic at the moment.
There are a few ways we could do this.
- Copy paste the code from the
WPF
example - Update the
WPF
example to support demoing bothHwndHost
andWPF
- Have the
HwndHost
example reference theWPF
example and reuse compoents andViewModels
, just implementing a different view
Open to other suggestions.