namespace ElectronNET.API.Entities { /// /// /// public enum MessageBoxType { /// /// The none /// none, /// /// The information /// info, /// /// The error /// error, /// /// The question /// question, /// /// The warning /// warning } }