11 lines
169 B
C#
11 lines
169 B
C#
namespace NotificationFlyout.Tray.Views
|
|
{
|
|
public partial class Shell
|
|
{
|
|
public Shell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|