Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created March 26, 2022 16:43
Show Gist options
  • Save Char0394/ac3c7e3131da83a67510a15e99a16427 to your computer and use it in GitHub Desktop.
Save Char0394/ac3c7e3131da83a67510a15e99a16427 to your computer and use it in GitHub Desktop.
public partial class QuickTourStep1PopUp : BaseQuickTourPage, IQuickTourLauncher
{
public QuickTourStep1PopUp(): base() => InitializeComponent();
public Task LaunchAsync() => PopupNavigation.Instance.PushAsync(this, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment