Beispiel #1
0
 private void buttonDeadlockReportCreate_Click(object sender, EventArgs e)
 {
     TableUtil.CreateDeadlockReport();
     this.checkBoxDeadlockReportStatus.Checked = true;
     this.buttonDeadlockReportCreate.Enabled   = false;
 }