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