Exemple #1
0
        protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Dado args)
        {
            try
            {
                var c4GCreateDadoResult = await C4G.CreateDado(dado);

                DialogService.Close(dado);
            }
            catch (Exception c4GCreateDadoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Dado!");
            }
        }