Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Created June 3, 2017 21:55
Show Gist options
  • Save FraukeN/1d47927ea3e63629e7e255f44f78d5f4 to your computer and use it in GitHub Desktop.
Save FraukeN/1d47927ea3e63629e7e255f44f78d5f4 to your computer and use it in GitHub Desktop.
First App constructor
public App()
{
InitializeComponent();
MainPage = new TimerPage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment