Files
2024-04-04 23:32:46 +02:00

11 lines
160 B
C#

namespace Weather
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}