This commit is contained in:
chi
2024-01-04 15:09:43 +09:00
parent e26efda0fc
commit aca27c5484
9 changed files with 695 additions and 629 deletions

View File

@@ -40,11 +40,14 @@ namespace FPJ0000
this.cmbYearS.Items.Clear();
//this.cmbYearE.Items.Clear();
for (int i = 2010; i <= DateTime.Now.Year + 1; i++)
{
cmbYearS.Items.Add(i.ToString("0000"));
// cmbYearE.Items.Add(i.ToString("0000"));
}
this.cmbYearS.Text = DateTime.Now.Year.ToString("0000");
// this.cmbYearE.Text = DateTime.Now.Year.ToString("0000");
refreshData();
//일반사용자의경우에는 상태를 변경하지 못한다.