コード例 #1
0
 public ListInput(string label, int labelx, int x, int y, int length)
 {
     TextField = new InputText(label, labelx, x, y, length);
     new InputButton("+", x + length, y, 3, Add);
     listSet = new ListValueSet(x, y + 2);
 }