Exemplo n.º 1
0
 private void saveAs()
 {
     sbMain.fillCells();
     board.saveFile(filePath);
     setStatus(filePath += " saved...");
 }