コード例 #1
0
        protected async void Form0Submit(TblSoOrderStatus args)
        {
            try
            {
                var otErpCreateTblSoOrderStatusResult = await OtErp.CreateTblSoOrderStatus(tblsoorderstatus);

                DialogService.Close(tblsoorderstatus);
            }
            catch (Exception otErpCreateTblSoOrderStatusException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoOrderStatus!");
            }
        }