This commit is contained in:
chi
2021-12-29 00:30:27 +09:00
parent 5aa0cf84a0
commit 9871904e9d
12 changed files with 442 additions and 348 deletions

View File

@@ -242,7 +242,7 @@ namespace FPJ0000
newdr.edate = DateTime.Now.ToShortDateString();
newdr.HolyDays = 0;
newdr.HolyTimes = 0f;
newdr.cate = "차";
newdr.cate = "차";
var f = new OtConfirm.fHolyRequestAdd(newdr);
if (f.ShowDialog() == DialogResult.OK)
{