mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-10 21:23:53 +00:00
10 lines
181 B
C#
10 lines
181 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public class MessageBoxResult
|
|
{
|
|
public int Response { get; set; }
|
|
|
|
public bool CheckboxChecked { get; set; }
|
|
}
|
|
}
|