Files
NotificationFlyout/NotificationFlyout.Sample.Wpf/SampleNotificationFlyout.xaml.cs
T
2021-02-09 12:36:55 +00:00

11 lines
206 B
C#

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