5 lines
276 B
C#
5 lines
276 B
C#
using System.Windows;
|
|
using System.Windows.Markup;
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "NotificationFlyout.Wpf.UI.Controls")] |