Refactor the ButtonType enum
This commit is contained in:
parent
a32c588e82
commit
52a577df0d
@ -1,14 +1,8 @@
|
|||||||
using System.ComponentModel;
|
namespace Connected;
|
||||||
|
|
||||||
namespace Connected
|
|
||||||
{
|
|
||||||
public enum ButtonType
|
public enum ButtonType
|
||||||
{
|
{
|
||||||
[Description("button")]
|
|
||||||
Button,
|
Button,
|
||||||
[Description("submit")]
|
|
||||||
Submit,
|
Submit,
|
||||||
[Description("reset")]
|
|
||||||
Reset
|
Reset
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user