Exemplo n.º 1
0
        private void LoadBudgetDto()
        {
            BudgetServiceClient proxy = new BudgetServiceClient();

            proxy.GetBudgetByIdCompleted += ProxyOnGetBudgetByIdCompleted;
            proxy.GetBudgetByIdAsync(1);
        }