mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-23 07:25:16 +00:00
Implement all functions from the Electron App-API
This commit is contained in:
8
ElectronNET.API/Entities/DockBounceType.cs
Normal file
8
ElectronNET.API/Entities/DockBounceType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
public enum DockBounceType
|
||||
{
|
||||
critical,
|
||||
informational
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user