private void button4_Click(object sender, EventArgs e)//新增商品 { XingZengoods xin = new XingZengoods(); xin.ShowDialog(this); this.button1_Click(sender, e); }
private void 新增商品ToolStripMenuItem_Click(object sender, EventArgs e) { XingZengoods xin = new XingZengoods(); xin.ShowDialog(this); chaxungoodslist(); }