コード例 #1
0
 public override void createButton(ButtonFactory factory, int x, int y, int width, int height)
 {
     factory.addTextButton(this, x, y, width, height);
 }