Reviewed-on: #3 Reviewed-by: SZUT-Dorian <nemec.dorian@hotmail.com>
This commit is contained in:
commit
079f80c198
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ public class MainWindowController {
|
|||
|
||||
@FXML
|
||||
private BorderPane mainBorderPane;
|
||||
@FXML
|
||||
public void initialize() {
|
||||
handleShowAllPatient(null);
|
||||
}
|
||||
|
||||
@FXML
|
||||
private void handleShowAllPatient(ActionEvent event) {
|
||||
|
|
Loading…
Reference in a new issue