메모장 추가
This commit is contained in:
@@ -25,7 +25,7 @@ namespace FPJ0000.JobReport
|
||||
if (e1.KeyCode == Keys.Escape) this.Close();
|
||||
};
|
||||
|
||||
foreach (Control ctl in this.Controls)
|
||||
foreach (Control ctl in this.panel1.Controls)
|
||||
{
|
||||
if (ctl.GetType() == typeof(TextBox) || ctl.GetType() == typeof(ComboBox))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user