예제 #1
0
        private void button4_Click(object sender, EventArgs e)//新增商品
        {
            XingZengoods xin = new XingZengoods();

            xin.ShowDialog(this);
            this.button1_Click(sender, e);
        }
예제 #2
0
        private void 新增商品ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            XingZengoods xin = new XingZengoods();

            xin.ShowDialog(this);
            chaxungoodslist();
        }