mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 21:23:48 +00:00
implement enum for types, implement OpenDialog from Dialog-API
This commit is contained in:
11
ElectronNET.API/Entities/MessageBoxType.cs
Normal file
11
ElectronNET.API/Entities/MessageBoxType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public enum MessageBoxType
|
||||
{
|
||||
none,
|
||||
info,
|
||||
error,
|
||||
question,
|
||||
warning
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user