private void btnEdit_Click(object sender, EventArgs e) { AccountSubwindow.GenerateInformationEditor("General", null, person); }
private void btnSave_Click(object sender, EventArgs e) { SaveChanges(); AccountSubwindow.EraseInformationEditor(); }
private void btnEdit_Click(object sender, EventArgs e) { AccountSubwindow.GenerateInformationEditor(this.lbCategory.Text, this.details, null); }
private void btnMore_Click(object sender, EventArgs e) { AccountSubwindow.GetPersonalDetails(account.id); }