Making the app single-instanced (Part 3)
Single-instanced apps only allow one instance of the app running at a time. WinUI apps are multi-instanced by default. They allow you to launch multiple instances of the same app at one time, which we call multiple ins
The post Making the app single-instanced (Part 3) appeared first on Windows Developer Blog.