프로젝트 데이터 날짜 부분을 binding source 에서 직접연결로 변경함
This commit is contained in:
@@ -17,7 +17,7 @@ namespace FCOMMON
|
||||
{
|
||||
InitializeComponent();
|
||||
this.KeyPreview = true;
|
||||
UseFormSetting = true;
|
||||
UseFormSetting = false;
|
||||
this.FormClosed += fBase_FormClosed;
|
||||
this.KeyDown += fBase_KeyDown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user