Paymetheus.StartupWizard.StartupWizard C# (CSharp) Méthode

StartupWizard() public méthode

public StartupWizard ( ShellViewModel shell ) : Paymetheus.Bitcoin
shell ShellViewModel
Résultat Paymetheus.Bitcoin
        public StartupWizard(ShellViewModel shell) : base(shell)
        {
            CurrentDialog = new ConsensusServerRpcConnectionDialog(this);
            Shell = shell;
        }