구매 sid 검사 기능 추가

This commit is contained in:
chi
2023-07-12 17:22:24 +09:00
parent 2e484b04e0
commit e4d9011d2f
36 changed files with 961 additions and 689 deletions

View File

@@ -119,7 +119,7 @@ namespace FPJ0000
{
this.richTextBoxEx1.Rtf = dr.2;
}
catch (Exception ex)
catch
{
this.richTextBoxEx1.Text = dr.;
}
@@ -136,7 +136,7 @@ namespace FPJ0000
{
this.richTextBoxEx2.Rtf = dr.2;
}
catch (Exception ex)
catch
{
this.richTextBoxEx2.Text = dr.;
}