Remove redundant Type on Button

This commit is contained in:
Frank A. Krueger 2017-06-15 23:37:28 -07:00
parent 1c833b7521
commit 606378cb41
1 changed files with 0 additions and 6 deletions

View File

@ -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;