Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 17, 2022 13:19
Show Gist options
  • Save sthewissen/584bbcdbd5ce96e42cea81cd005676de to your computer and use it in GitHub Desktop.
Save sthewissen/584bbcdbd5ce96e42cea81cd005676de to your computer and use it in GitHub Desktop.
using Microsoft.Maui;
using Microsoft.Maui.Controls;
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new MainPage();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment