Remove redundant Type on Button
This commit is contained in:
parent
1c833b7521
commit
606378cb41
|
@ -4,12 +4,6 @@ namespace Ooui
|
||||||
{
|
{
|
||||||
public class Button : FormControl
|
public class Button : FormControl
|
||||||
{
|
{
|
||||||
string typ = "submit";
|
|
||||||
public string Type {
|
|
||||||
get => typ;
|
|
||||||
set => SetProperty (ref typ, value, "type");
|
|
||||||
}
|
|
||||||
|
|
||||||
string val = "";
|
string val = "";
|
||||||
public string Value {
|
public string Value {
|
||||||
get => val;
|
get => val;
|
||||||
|
|
Loading…
Reference in New Issue