Refactor the ButtonType enum

features/nuget_autobuild
Matija Koželj 2 years ago
parent a32c588e82
commit 52a577df0d

@ -1,14 +1,8 @@
using System.ComponentModel; namespace Connected;
namespace Connected public enum ButtonType
{ {
public enum ButtonType Button,
{ Submit,
[Description("button")] Reset
Button,
[Description("submit")]
Submit,
[Description("reset")]
Reset
}
} }

Loading…
Cancel
Save