grzesiek-galezowski/component-based-test-tool

Add the ability to invoke custom GUI for a component

Closed this issue · 2 comments

This could be used to control the component in a different way or for custom monitoring.

almost done - users can create custom GUIs. The only thing that's left is to register it on child-parent basis with the main UI

to register with parent, plugin writers can use:
customGui.Owner = Application.Current.MainWindow;

Thus, this issue can be closed.