using StrixMusic.Sdk.WinUI.Controls; using Windows.UI.Xaml; namespace StrixMusic.Sdk.WinUI.Styles { /// /// A containing the default style for the . /// public sealed partial class SafeImageStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public SafeImageStyle() { this.InitializeComponent(); } } }