mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
ApiBase: fix event names for App
This commit is contained in:
@@ -24,7 +24,7 @@ using ElectronNET.Common;
|
||||
/// </summary>
|
||||
public class BrowserWindow : ApiBase
|
||||
{
|
||||
protected override string SocketEventCompleteSuffix => "-completed";
|
||||
protected override SocketEventNameTypes SocketEventNameType => SocketEventNameTypes.DashesLowerFirst;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the identifier.
|
||||
|
||||
Reference in New Issue
Block a user