Example #1
0
        private void btn_arrival_Click(object sender, EventArgs e)
        {
            F_Arrival form_arrival = new F_Arrival();

            form_arrival.transfer_int = transfer_int;
            form_arrival.ShowDialog();
        }
Example #2
0
        private void 入荷管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            F_Arrival form_arrival = new F_Arrival();

            form_arrival.ShowDialog();
        }