mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
experimental
This commit is contained in:
parent
604fc27a59
commit
43a56c5360
|
@ -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);
|
||||
|
|
Binary file not shown.
6
bin/x64/WelsonJS.Toolkit.Experimental.exe.config
Normal file
6
bin/x64/WelsonJS.Toolkit.Experimental.exe.config
Normal 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>
|
BIN
bin/x64/WelsonJS.Toolkit.Experimental.pdb
Normal file
BIN
bin/x64/WelsonJS.Toolkit.Experimental.pdb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user