Esempio n. 1
0
 private void btnEdit_Click(object sender, EventArgs e)
 {
     AccountSubwindow.GenerateInformationEditor("General", null, person);
 }
Esempio n. 2
0
 private void btnEdit_Click(object sender, EventArgs e)
 {
     AccountSubwindow.GenerateInformationEditor(this.lbCategory.Text, this.details, null);
 }