11 lines
215 B
C#
11 lines
215 B
C#
namespace NotificationFlyout.Sample
|
|
{
|
|
public sealed partial class NotificationFlyoutPresenter
|
|
{
|
|
public NotificationFlyoutPresenter()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|