Пример #1
0
        private async void txtDescription_Completed(object sender, EventArgs e)
        {
            var b = await fvm.AddNewCollection().ConfigureAwait(false);

            if (b)
            {
                await fvm.GetListCollection();

                Navigation.PopModalAsync(true);
            }
        }