This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -117,7 +117,7 @@ namespace FPJ0000.JobReport_
// tbWW.Text = dr.ww;
dts.Value = DateTime.Parse(dr.pdate); //일자선택
this.checkBox1.Checked = !dr.edate.isEmpty();
this.checkBox1.Checked = !String.IsNullOrEmpty(dr.edate);
if (checkBox1.Checked) dte.Value = DateTime.Parse(dr.edate);
dte.Enabled = checkBox1.Checked;
checkBox1.CheckedChanged += (s1, e1) => {
@@ -158,7 +158,7 @@ namespace FPJ0000.JobReport_
{
this.richTextBoxEx1.Rtf = dr.description2;
}
catch (Exception ex)
catch
{
this.richTextBoxEx1.Text = dr.description;
}