업무일지 시간 용약표, 날짜 정렬 오류 수정

This commit is contained in:
chi
2020-02-27 12:14:08 +09:00
parent 0b896067af
commit 694993c54c
4 changed files with 84 additions and 63 deletions

View File

@@ -876,5 +876,16 @@ namespace Project
if (!ShowForm(formkey))
AddForm(formkey, new FCM0000.Mail.fMailList());
}
private void toolStripMenuItem5_Click(object sender, EventArgs e)
{
var f = new FBS0000.fHolyday_Add();
f.TopMost = true;
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
//RefreshData();
}
}
}
}