mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
13 lines
166 B
C#
13 lines
166 B
C#
namespace WinDurango.UI.Dialogs
|
|
{
|
|
public static class Dialog
|
|
{
|
|
public enum BtnClicked
|
|
{
|
|
Yes,
|
|
No
|
|
}
|
|
}
|
|
}
|
|
|