Paymetheus.CreateAccountDialogViewModel.CreateAccountDialogViewModel C# (CSharp) Method

CreateAccountDialogViewModel() public method

public CreateAccountDialogViewModel ( ShellViewModel shell ) : System
shell ShellViewModel
return System
        public CreateAccountDialogViewModel(ShellViewModel shell) : base(shell)
        {
            Execute = new DelegateCommand(ExecuteAction);
        }