protected async void Load()
        {
            canEdit = true;

            var crmGetOpportunityStatusByIdResult = await Crm.GetOpportunityStatusById(int.Parse(Id));

            opportunitystatus = crmGetOpportunityStatusByIdResult;
        }
예제 #2
0
        protected async System.Threading.Tasks.Task Load()
        {
            canEdit = true;

            var crmGetOpportunityStatusByIdResult = await Crm.GetOpportunityStatusById(Id);

            opportunitystatus = crmGetOpportunityStatusByIdResult;
        }