Neighbourhood.omg.lol/App.xaml.cs
2024-05-30 11:06:08 +10:00

9 lines
174 B
C#

namespace Neighbourhood.omg.lol {
public partial class App : Application {
public App() {
InitializeComponent();
MainPage = new MainPage();
}
}
}