mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39:28 +03:00
11 lines
143 B
C#
11 lines
143 B
C#
namespace DarkUI.Forms
|
|
{
|
|
public enum DarkMessageBoxIcon
|
|
{
|
|
None,
|
|
Information,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|