コード例 #1
0
        private void getPayed(string order_id, string p_id, string need_to_pay)
        {
            FormOSM_GetPayed gp = new FormOSM_GetPayed();

            gp.setRequirePaymentParam(order_id, p_id, need_to_pay);
            gp.ShowDialog();
            queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
        }
コード例 #2
0
 private void getPayed(string order_id, string p_id, string need_to_pay)
 {
     FormOSM_GetPayed gp = new FormOSM_GetPayed();
     gp.setRequirePaymentParam(order_id, p_id, need_to_pay);
     gp.ShowDialog();
     queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
 }