Hi ,
I'm playing around with WeifenLuo DockPanel to build a modular application and got stuck on one thing. Here's the description of the INTENTED functionality:
Loaded application modules provide entry points. When such an entry point is called, the module's layout is being loaded via DockPanel.LoadFromXml() to restore the designed layout. Works fine so far.
When another module is being opened, I want the DockPanel to be Reset, so that LoadFromXml() will not throw the Exception I currently get :
DockPanel is already Initialized
Does anybody have an idea?
Thanks a lot in advance!
Sebi