9 lines
95 B
C#
9 lines
95 B
C#
namespace UIWidgets
|
|
{
|
|
public enum SpinnerValidation
|
|
{
|
|
OnKeyDown = 0,
|
|
OnEndInput = 1
|
|
}
|
|
}
|