Skip to content

Instantly share code, notes, and snippets.

@wbokkers
wbokkers / App.xaml.cs
Last active October 9, 2024 18:21
Single Instancing Solution for WinUI 3
...
public partial class App : Application
{
private readonly SingleInstanceDesktopApp _singleInstanceApp;
public App()
{
InitializeComponent();