experimental

This commit is contained in:
Namhyeon Go 2024-01-04 17:40:41 +09:00
parent 604fc27a59
commit 43a56c5360
4 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace WelsonJS.Toolkit.Experimental
Console.Write("Input the shared memory name: ");
listener.memName = Console.ReadLine();
Console.Write("Input the second process name: ");
Console.Write("Open the second process name: ");
listener.processName = listener.OpenFileDialog();
Thread listenerThread = new Thread(listener.Listen);

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.