Esempio n. 1
0
 public void BindProperties(Vault vault)
 {
     this.vault = vault;
     Bind(txtName, "vaultName");
 }
Esempio n. 2
0
 private void BindVaultProperties(Vault vault)
 {
     vaultName.BindProperties(vault);
     vaultResources.BindProperties(vault.storage);
 }