示例#1
0
  private void rmvAccount() {
    String accountId = txt_name.getText() + txt_surname.getText();

    controller.deleteAccount(accountId);
  }