10 lines
174 B
C#
10 lines
174 B
C#
|
namespace Neighbourhood.omg.lol {
|
|||
|
public partial class App : Application {
|
|||
|
public App() {
|
|||
|
InitializeComponent();
|
|||
|
|
|||
|
MainPage = new MainPage();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|