namespace ex_CustomThemes;
public partial class DarkTheme : ResourceDictionary, ICustomTheme
{
public DarkTheme()
InitializeComponent();
}