Beispiel #1
0
 public StartupWizard(ShellViewModelBase shell, ConsensusServerRpcOptions csro = null) : base()
 {
     CurrentDialog = new ConsensusServerRpcConnectionDialog(this, csro);
 }
 public DialogViewModelBase(ShellViewModelBase shell) : base()
 {
     Shell = shell;
     HideDialogCommand = new DelegateCommand(HideDialog);
 }
 public DialogViewModelBase(ShellViewModelBase shell) : base()
 {
     Shell             = shell;
     HideDialogCommand = new DelegateCommand(HideDialog);
 }