mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +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: ");
|
||||
listener.memName = Console.ReadLine();
|
||||
|
||||
Console.Write("Open the second process name: ");
|
||||
listener.processName = listener.OpenFileDialog();
|
||||
Console.Write("Input the second process name: ");
|
||||
listener.processName = Console.ReadLine();
|
||||
|
||||
Thread listenerThread = new Thread(listener.Listen);
|
||||
listenerThread.Start();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user