[#2]: Show All Patients on Startup #3
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