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