Multiple user interfaces active from a single hydra .net dll

Is it possible to have a single dll that has multiple pages that can be active at the same time in a Delphi application. All the panels would share the same global .net core but have different pages active on multiple Delphi panels.

Hi,

You can create several instances of the same plugin like

so answer - yes, it is possible.
this is updated Delphi host of Delphi WPF Sample :
Delphi WPF Host (Delphi).zip (42.6 KB)