mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 10:39:42 +00:00
implement first dialog-, notification-, tray- and menu-api functions
This commit is contained in:
@@ -280,12 +280,6 @@ namespace ElectronNET.API
|
||||
ContractResolver = new CamelCasePropertyNamesContractResolver()
|
||||
};
|
||||
|
||||
// TODO: Auslagern in eigenes Notification-API
|
||||
public void CreateNotification(NotificationOptions notificationOptions)
|
||||
{
|
||||
BridgeConnector.Socket.Emit("createNotification", JObject.FromObject(notificationOptions, _jsonSerializer));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Try to close all windows. The before-quit event will be emitted first. If all
|
||||
/// windows are successfully closed, the will-quit event will be emitted and by
|
||||
|
||||
Reference in New Issue
Block a user