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