This commit is contained in:
chikyun.kim
2018-12-22 19:30:02 +09:00
parent f957c5fcb1
commit 560f7d78bf
21 changed files with 1148 additions and 249 deletions

View File

@@ -241,9 +241,7 @@ namespace FEQ0000
private void toolStripButton1_Click_1(object sender, EventArgs e)
{
Purchase.rPurchase f = new Purchase.rPurchase();
f.MdiParent = this.MdiParent;
f.Show();
}
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
@@ -689,5 +687,12 @@ namespace FEQ0000
refreshData();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
Purchase.rPurchase f = new Purchase.rPurchase();
f.MdiParent = this.MdiParent;
f.Show();
}
}
}