=====* unimarc *=====
기능 작업 완료 테스트 작업 진행중 홈 탭 완료 목록집계 진행중 (인쇄)
This commit is contained in:
@@ -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 = { "미지급", "지급", "전체" };
|
||||
|
||||
Reference in New Issue
Block a user