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
|
||||
{
|
||||
[Description("button")]
|
||||
Button,
|
||||
[Description("submit")]
|
||||
Submit,
|
||||
[Description("reset")]
|
||||
Reset
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user