Introduction - If you have any usage issues, please Google them yourself
This program demonstrates how to make the program run only one instance. Two implementation methods: Method One is the use Process class to determine the process method two is the use of Mutex class.