//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @FXML private void next(javafx.event.ActionEvent event)
        private void next(ActionEvent @event)
        {
        }
Example #2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @FXML private void next(javafx.event.ActionEvent event)
        private void next(ActionEvent @event)
        {
            vbox.Children.clear();
            vbox.Children.All = nextFxml;
        }