コード例 #1
0
        private void btn_totalloin_Click(object sender, EventArgs e)
        {
            frmReceiving_LoinBox frm = new frmReceiving_LoinBox();

            frm.set_initial(lblInternalcode.Text, lblsupplier.Text);
            frm.ShowDialog();
        }
コード例 #2
0
ファイル: frmCutting.cs プロジェクト: winatamika/tracetales
        private void button4_Click_1(object sender, EventArgs e)
        {
            frmReceiving_LoinBox frm = new frmReceiving_LoinBox();

            frm.set_initial(lblInternalcode.Text, lblsupplier.Text);
            frm.display_data();
            frm.ShowDialog();
        }