コード例 #1
0
        private void btnAddMainlandPayCost_Click(object sender, EventArgs e)
        {
            FormPayImportLogisticsCost form = new FormPayImportLogisticsCost();

            form.Logistics = this.MainlandLogistics.CostPayItems;
            form.ShowDialog();
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            FormPayImportLogisticsCost form = new FormPayImportLogisticsCost();

            form.Logistics = this.HongkongLogistics.CostPayItems;
            form.ShowDialog();
        }