Ejemplo n.º 1
0
        protected override async Task HandleDifferentSectionRequested()
        {
            await AvailabilitiesDataChanged.InvokeAsync(AvailabilitiesData);

            await base.HandlePreviousSectionRequested();
        }
Ejemplo n.º 2
0
        protected override async Task GoToNextSection()
        {
            await AvailabilitiesDataChanged.InvokeAsync(AvailabilitiesData);

            await base.GoToNextSection();
        }