Skip to content

Instantly share code, notes, and snippets.

@jesevis
Created October 19, 2016 11:00
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 jesevis/f10b85138b9ef150cfbef514f7d96a55 to your computer and use it in GitHub Desktop.
Save jesevis/f10b85138b9ef150cfbef514f7d96a55 to your computer and use it in GitHub Desktop.
 private void Interop_HideBannerEvent(object sender, EventArgs e)
{
Windows.ApplicationModel.Core.CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
{
HideOrShow();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment