private void pageNewCryptoKey_Commit(object sender, WizardPageConfirmEventArgs e) { _cryptoKey = textBoxCryptoKeyNew.Text; } #endregion