Paymetheus.CreateAccountDialogViewModel.CreateAccountDialogViewModel C# (CSharp) Метод

CreateAccountDialogViewModel() публичный Метод

public CreateAccountDialogViewModel ( ShellViewModel shell ) : System
shell ShellViewModel
Результат System
        public CreateAccountDialogViewModel(ShellViewModel shell) : base(shell)
        {
            Execute = new DelegateCommand(ExecuteAction);
        }