|
@@ -122,7 +122,11 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport
|
|
|
panel.BackColor = Color.Transparent;
|
|
|
flowLayoutPanel.Controls.Add(panel);
|
|
|
|
|
|
- }
|
|
|
+ this.checkBox_selall.CheckedChanged -= new System.EventHandler(this.checkBox_selall_CheckedChanged);
|
|
|
+ checkBox_selall.Checked = true;
|
|
|
+ this.checkBox_selall.CheckedChanged += new System.EventHandler(this.checkBox_selall_CheckedChanged);
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|