Merge pull request '[#2]: Show All Patients on Startup' (#3) from bug/no-default-page into main

Reviewed-on: #3
Reviewed-by: SZUT-Dorian <nemec.dorian@hotmail.com>
This commit is contained in:
Dominik Säume 2024-04-09 10:09:45 +00:00
commit 079f80c198

View file

@ -12,6 +12,10 @@ public class MainWindowController {
@FXML
private BorderPane mainBorderPane;
@FXML
public void initialize() {
handleShowAllPatient(null);
}
@FXML
private void handleShowAllPatient(ActionEvent event) {