Implicit styles are not automatically applied to windows in wpf, and related methods are provided in hc to solve this problem.
Window
The default style of the window can be set via
1 | ConfigHelper.Instance.SetWindowDefaultStyle(); |
NavigationWindow
The default style of the navigationWindow can be set via
1 | ConfigHelper.Instance.SetNavigationWindowDefaultStyle(); |