I\'m making a WPF application that is going to have multiple skins branded in by our build system. Ideally we would like the application to list off the skins available as
You can add ResourceDictionary at runtime.
Resources.MergedDictionaries.Add(...)