Example #1
0
 private Boolean renameBoard(String currName, String newName)
 {
     return(myboards.renameBoard(currName, newName));
 }