mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-29 12:04:19 +00:00
prototype of electron host hook service and api implementation
This commit is contained in:
@@ -67,8 +67,7 @@ namespace ElectronNET.API
|
||||
|
||||
BridgeConnector.Socket.Emit("showOpenDialog",
|
||||
JObject.FromObject(browserWindow, _jsonSerializer),
|
||||
JObject.FromObject(options, _jsonSerializer),
|
||||
guid);
|
||||
JObject.FromObject(options, _jsonSerializer), guid);
|
||||
|
||||
return taskCompletionSource.Task;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user