public App() { // The root page of your application MainPage = new MyPage(); }
public App() { MainPage = new MyPage(); }