feat: re-organize file, add IsCloseButtonVisible option.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
namespace Ursa.Common;
|
||||
|
||||
public enum DialogButton
|
||||
{
|
||||
None,
|
||||
OK,
|
||||
OKCancel,
|
||||
YesNo,
|
||||
YesNoCancel,
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
namespace Ursa.Common;
|
||||
|
||||
public enum DialogResult
|
||||
{
|
||||
Cancel,
|
||||
No,
|
||||
None,
|
||||
OK,
|
||||
Yes,
|
||||
}
|
||||
Reference in New Issue
Block a user