2016-07-26 21:46:19 +02:00

15 lines
275 B
C#

using System.Windows;
namespace MaterialModernWPF
{
/// <summary>
/// Interaktionslogik für MainWindow.xaml
/// </summary>
public partial class Shell : Window
{
public Shell()
{
InitializeComponent();
}
}
}