We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9589f2 commit 06f9d9fCopy full SHA for 06f9d9f
1 file changed
README.md
@@ -1,5 +1,6 @@
1
# SingleInstanceCore
2
Single instance application - For WPF on .NET Core
3
+NuGet Package: https://www.nuget.org/packages/SingleInstanceCore/
4
# Usage
5
The App class (on App.xaml.cs) should inherit ISingleInstance and implement OnInstanceInvoked method:
6
```csharp
0 commit comments