Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Created November 28, 2016 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegobersano/d883faf11a8891fbeef824f880d86173 to your computer and use it in GitHub Desktop.
Save diegobersano/d883faf11a8891fbeef824f880d86173 to your computer and use it in GitHub Desktop.
namespace AppForms.Windows
{
public sealed partial class MainPage
{
public MainPage()
{
this.InitializeComponent();
LoadApplication(new AppForms.App());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment