Exemplo n.º 1
0
 public StartupWizard(ShellViewModelBase shell, ConsensusServerRpcOptions csro = null) : base()
 {
     CurrentDialog = new ConsensusServerRpcConnectionDialog(this, csro);
 }
Exemplo n.º 2
0
 public DialogViewModelBase(ShellViewModelBase shell) : base()
 {
     Shell = shell;
     HideDialogCommand = new DelegateCommand(HideDialog);
 }
Exemplo n.º 3
0
 public DialogViewModelBase(ShellViewModelBase shell) : base()
 {
     Shell             = shell;
     HideDialogCommand = new DelegateCommand(HideDialog);
 }