mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 05:34:47 +00:00
implement enum for types, implement OpenDialog from Dialog-API
This commit is contained in:
11
ElectronNET.API/Entities/MenuType.cs
Normal file
11
ElectronNET.API/Entities/MenuType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public enum MenuType
|
||||
{
|
||||
normal,
|
||||
separator,
|
||||
submenu,
|
||||
checkbox,
|
||||
radio
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user