Files
NotificationFlyout/NotificationFlyout.Tray/SampleNotificationFlyout.xaml.cs
T

11 lines
206 B
C#

namespace NotificationFlyout.Sample.Wpf
{
public partial class SampleNotificationFlyout
{
public SampleNotificationFlyout()
{
InitializeComponent();
}
}
}