Paymetheus.CreateAccountDialogViewModel.CreateAccountDialogViewModel C# (CSharp) 메소드

CreateAccountDialogViewModel() 공개 메소드

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