mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
experimental
This commit is contained in:
parent
43a56c5360
commit
1972c4f44a
|
@ -14,8 +14,8 @@ namespace WelsonJS.Toolkit.Experimental
|
||||||
Console.Write("Input the shared memory name: ");
|
Console.Write("Input the shared memory name: ");
|
||||||
listener.memName = Console.ReadLine();
|
listener.memName = Console.ReadLine();
|
||||||
|
|
||||||
Console.Write("Open the second process name: ");
|
Console.Write("Input the second process name: ");
|
||||||
listener.processName = listener.OpenFileDialog();
|
listener.processName = Console.ReadLine();
|
||||||
|
|
||||||
Thread listenerThread = new Thread(listener.Listen);
|
Thread listenerThread = new Thread(listener.Listen);
|
||||||
listenerThread.Start();
|
listenerThread.Start();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user