Beispiel #1
0
        private async Task AddButton_Clicked(object sender, EventArgs args)
        {
            await action.AddNewReportAsync(Title, textEditor.Text);

            await Navigation.PopAsync();
        }