Files
NotificationFlyout/Test/Class1.cs
T
2021-02-09 12:15:57 +00:00

11 lines
177 B
C#

using NotificationFlyout.Uwp.UI.Controls;
using System;
using Windows.UI.Xaml.Controls;
namespace Test
{
public class Class1 : NotificationFlyoutPresenter
{
}
}