コード例 #1
0
        private void btnStockCount_Click(object sender, EventArgs e)
        {
            var newForm = new ScanForm(this, ScanForm.MODE.StockCount);

            newForm.ShowDialog();
        }
コード例 #2
0
 private void btnStockMovement_Click(object sender, EventArgs e)
 {
     var newForm = new ScanForm(this, ScanForm.MODE.StockMovement);
     newForm.ShowDialog();
 }