Beispiel #1
0
 private void buttonDetailReportCreate_Click(object sender, EventArgs e)
 {
     TableUtil.CreateDetailReport();
     this.checkBoxDetailReportStatus.Checked = true;
     this.buttonDetailReportCreate.Enabled   = false;
 }