private void btnSave_Click(object sender, EventArgs e) { _cwObjCW.Notes = this.txtCharacterWeaponNotes.Text; _cwObjCW.SaveCharacterWeapon(); }