Пример #1
0
        private void getRestPayed(string order_id, string p_id, string need_to_pay, string already_pay)
        {
            FormOSM_GetRestPayed grp = new FormOSM_GetRestPayed();

            grp.setRestPayedParam(order_id, p_id, need_to_pay, already_pay);
            grp.ShowDialog();
            queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
        }
Пример #2
0
 private void getRestPayed(string order_id, string p_id, string need_to_pay, string already_pay)
 {
     FormOSM_GetRestPayed grp = new FormOSM_GetRestPayed();
     grp.setRestPayedParam(order_id, p_id, need_to_pay, already_pay);
     grp.ShowDialog();
     queryFormPayListView(dataGridView_PayList, " where PAY_STATE in ('1','3') ");
 }