프로젝트 데이터 날짜 부분을 binding source 에서 직접연결로 변경함

This commit is contained in:
chi
2025-01-15 08:40:21 +09:00
parent 1c74f81479
commit c80a03a81b
7 changed files with 116 additions and 113 deletions

View File

@@ -17,7 +17,7 @@ namespace FCOMMON
{
InitializeComponent();
this.KeyPreview = true;
UseFormSetting = true;
UseFormSetting = false;
this.FormClosed += fBase_FormClosed;
this.KeyDown += fBase_KeyDown;
}