Exemple #1
0
        private String  saveThooTranfer()
        {
            thooId = lc.cf.getValueCboItem(cboThoo);

            String chk = lc.saveThooTranfer(txtRowId.Text, thooId);

            return(chk);
        }