prototype of electron host hook service and api implementation

This commit is contained in:
Gregor Biswanger
2019-01-05 02:17:31 +01:00
parent cad371c221
commit 63c2bcdf7c
46 changed files with 2875 additions and 504 deletions

View File

@@ -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;
}