Useless
This commit is contained in:
parent
2c3704cf37
commit
ff9c344826
10 changed files with 33 additions and 13 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
Reference in a new issue