mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-20 23:57:11 +00:00
implement first dialog-, notification-, tray- and menu-api functions
This commit is contained in:
9
ElectronNET.API/Entities/MessageBoxResult.cs
Normal file
9
ElectronNET.API/Entities/MessageBoxResult.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class MessageBoxResult
|
||||
{
|
||||
public int Response { get; set; }
|
||||
|
||||
public bool CheckboxChecked { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user