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