AzureIoTHubConnectedService.AccountPicker.AccountPicker C# (CSharp) Method

AccountPicker() public method

public AccountPicker ( AccountPickerViewModel viewModel ) : Microsoft.VisualStudio.Services.Client.AccountManagement
viewModel AccountPickerViewModel
return Microsoft.VisualStudio.Services.Client.AccountManagement
        public AccountPicker(AccountPickerViewModel viewModel)
        {
            this.viewModel = viewModel;
            this.viewModel.AuthenticationChanged += this.ViewModel_AuthenticationChanged;

            this.InitializeComponent();
        }