This commit is contained in:
name 2021-02-01 19:40:35 +01:00
parent 2c3704cf37
commit ff9c344826
10 changed files with 33 additions and 13 deletions

View file

@ -1,13 +0,0 @@
package fr.myny.gui;
import javafx.fxml.FXML;
import java.io.IOException;
public class SecondaryController {
@FXML
private void switchToPrimary() throws IOException {
Gui.setRoot("primary");
}
}