mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-18 14:47:43 +00:00
include the missing xml code documentations
This commit is contained in:
@@ -1,11 +1,33 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public enum MessageBoxType
|
||||
{
|
||||
/// <summary>
|
||||
/// The none
|
||||
/// </summary>
|
||||
none,
|
||||
|
||||
/// <summary>
|
||||
/// The information
|
||||
/// </summary>
|
||||
info,
|
||||
|
||||
/// <summary>
|
||||
/// The error
|
||||
/// </summary>
|
||||
error,
|
||||
|
||||
/// <summary>
|
||||
/// The question
|
||||
/// </summary>
|
||||
question,
|
||||
|
||||
/// <summary>
|
||||
/// The warning
|
||||
/// </summary>
|
||||
warning
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user