15 lines
275 B
C#
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();
|
|
}
|
|
}
|
|
} |