7 lines
150 B
C#
7 lines
150 B
C#
namespace Neighbourhood.omg.lol {
|
|
public partial class MainPage : ContentPage {
|
|
public MainPage() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|