데모기간 26년으로 변경

This commit is contained in:
ChiKyun Kim
2026-01-08 10:31:17 +09:00
parent cdecb76faf
commit ef2f8537fb

View File

@@ -31,7 +31,7 @@ namespace WindowsFormsApp1.Mac
{
get
{
return (DateTime.Now <= new DateTime(2025, 12, 30));
return (DateTime.Now <= new DateTime(2026, 12, 30));
}
}