11 lines
162 B
C#
11 lines
162 B
C#
|
namespace Aufgabe22
|
|||
|
{
|
|||
|
public partial class AppShell : Shell
|
|||
|
{
|
|||
|
public AppShell()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|