Exemplo n.º 1
0
        //添加商品信息
        private void button1_Click(object sender, EventArgs e)
        {
            frmJhGoodsInfo JhGoods = new frmJhGoodsInfo(1);

            JhGoods.Owner = this;
            JhGoods.ShowDialog();
        }
Exemplo n.º 2
0
        private void menuGoodsIn_Click(object sender, EventArgs e)
        {
            //进贷信息
            frmJhGoodsInfo jhGOOD = new frmJhGoodsInfo();

            jhGOOD.Owner = this;
            jhGOOD.ShowDialog();
        }
Exemplo n.º 3
0
        private void 商品进货ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //进贷信息
            frmJhGoodsInfo jhGOOD = new frmJhGoodsInfo();

            jhGOOD.Owner = this;
            jhGOOD.ShowDialog();
        }