11 lines
206 B
C#
11 lines
206 B
C#
namespace NotificationFlyout.Sample.Wpf
|
|
{
|
|
public partial class SampleNotificationFlyout
|
|
{
|
|
public SampleNotificationFlyout()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|