Hi,
I try create inherits base window to custom window for all application in separate namespace but when a use different namespace then default "NameApplication" (WpfApplication1) then I didn't find function as Show(), ShowDialog().
When I change namespace of user control (type of Window) on default namespace everything ok.
How can do separate namespace for custom windows?
Thanks