Files
NotificationFlyout/NotificationFlyout.Sample/NotificationFlyoutPresenter.xaml.cs
T

11 lines
215 B
C#

namespace NotificationFlyout.Sample
{
public sealed partial class NotificationFlyoutPresenter
{
public NotificationFlyoutPresenter()
{
InitializeComponent();
}
}
}