=====* unimarc *=====

기능 작업 완료
테스트 작업 진행중

홈 탭 완료
목록집계 진행중 (인쇄)
This commit is contained in:
SeungHo Yang
2021-11-22 18:34:59 +09:00
parent e79555bfcb
commit d3ad66cf1f
50 changed files with 5619 additions and 3921 deletions

View File

@@ -24,7 +24,7 @@ namespace WindowsFormsApp1.Account
private void Remit_reg_Load(object sender, EventArgs e)
{
db.DBcon();
start_Date.Value = new DateTime(int.Parse(DateTime.Now.ToString("yyyy")),
start_Date.Value = new DateTime(int.Parse(DateTime.Now.ToString("yyyy")),
int.Parse(DateTime.Now.ToString("MM")), 1);
string[] combo_list = { "미지급", "지급", "전체" };