mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39:28 +03:00
14 lines
202 B
C#
14 lines
202 B
C#
namespace DarkUI.Forms
|
|
{
|
|
public enum DarkDialogButton
|
|
{
|
|
Ok,
|
|
Close,
|
|
OkCancel,
|
|
YesNo,
|
|
YesNoCancel,
|
|
AbortRetryIgnore,
|
|
RetryCancel
|
|
}
|
|
}
|