파트리스트 기능 변경 및 수량 확정 기능 추가

This commit is contained in:
chi
2020-06-12 13:19:07 +09:00
parent bd442b73a8
commit aa9fa48859
16 changed files with 2419 additions and 182 deletions

View File

@@ -138,7 +138,6 @@ namespace FBS0000
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
{
var f = new fHolyday_Add();
f.TopMost = true;
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)