Neighbourhood.omg.lol/App.xaml.cs

10 lines
174 B
C#
Raw Normal View History

2024-05-30 01:06:08 +00:00
namespace Neighbourhood.omg.lol {
public partial class App : Application {
public App() {
InitializeComponent();
MainPage = new AppShell();
2024-05-30 01:06:08 +00:00
}
}
}