We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917ced commit 55a61c4Copy full SHA for 55a61c4
1 file changed
README.md
@@ -18,7 +18,7 @@ Cleanup method should be called on the exit point of the application.
18
19
private void Application_Startup(object sender, StartupEventArgs e)
20
{
21
- bool isFirstInstance = SingleInstance<App>.InitializeAsFirstInstance("soheilkd_EPlayerIPC"))
+ bool isFirstInstance = SingleInstance<App>.InitializeAsFirstInstance("soheilkd_ExampleIPC");
22
if (!isFirstInstance)
23
24
//If it's not the first instance, arguments are automatically passed to the first instance
0 commit comments