You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
13 lines
221 B
C#
13 lines
221 B
C#
namespace SmartPoint.AssetAssistant.Forms
|
|
{
|
|
public enum MessageBoxButtons
|
|
{
|
|
None,
|
|
AbortRetryIgnore,
|
|
OK,
|
|
OKCancel,
|
|
RetryCancel,
|
|
YesNo,
|
|
YesNoCancel,
|
|
}
|
|
} |