Compare commits
2 commits
c5de48dd7d
...
079f80c198
Author | SHA1 | Date | |
---|---|---|---|
079f80c198 | |||
2eff1a8417 |
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