9 lines
125 B
C#
9 lines
125 B
C#
using System.Windows;
|
|
|
|
namespace NotificationFlyout.Sample.Wpf
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
|
|
}
|
|
} |