11 lines
162 B
C#
Raw Normal View History

2024-12-19 23:55:07 +01:00
namespace Aufgabe22
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}