public AccountArgs(AccountResource account)
 {
     this.account = account;
 }
Beispiel #2
0
 public AccountLauncher(AccountResource account)
 {
     wizardData = new WizardData(account);
 }
Beispiel #3
0
 public WizardData(AccountResource account)
 {
     this.account = account;
 }
 public void Populate(AccountResource account)
 {
     this.DataContext = account;
 }