Пример #1
0
        private void getPrePayed(string order_id, string p_id, string need_to_pay)
        {
            FormOSM_GetPrePayed gpp = new FormOSM_GetPrePayed();

            gpp.setPrePayParam(order_id, p_id, need_to_pay);
            gpp.ShowDialog();
            queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
        }
Пример #2
0
 private void getPrePayed(string order_id, string p_id, string need_to_pay)
 {
     FormOSM_GetPrePayed gpp = new FormOSM_GetPrePayed();
     gpp.setPrePayParam(order_id, p_id, need_to_pay);
     gpp.ShowDialog();
     queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
 }