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