Exemple #1
0
        //商品出库
        private void toolOutStorage_Click(object sender, EventArgs e)
        {
            StockOutForm stockOutForm = new StockOutForm(db);

            stockOutForm.ShowDialog();
            dgv_stockout_show();
        }
 //商品出库
 private void toolOutStorage_Click(object sender, EventArgs e)
 {
     StockOutForm stockOutForm = new StockOutForm(db);
     stockOutForm.ShowDialog();
     dgv_stockout_show();
 }