Initial commit

This commit is contained in:
2023-04-07 10:38:17 -04:00
parent 1a1c28196d
commit 1c7bc2bb50
4 changed files with 120 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# ChrisKaczor.Wpf.Application.SingleInstance
This library can be used to restrict an application to only a single instance and sends the command line of any newly started instance to the currently running instance.
## Authors
* **Chris Kaczor** - *Initial work* - https://github.com/ckaczor - https://chriskaczor.com
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Disclaimer
This code is used by my various personal projects and may not be useful or work in all use cases.