mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-13 20:30:03 +00:00
implement full Tray-API
This commit is contained in:
9
ElectronNET.API/Entities/DisplayBalloonOptions.cs
Normal file
9
ElectronNET.API/Entities/DisplayBalloonOptions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
public class DisplayBalloonOptions
|
||||
{
|
||||
public string Icon { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Content { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user