public void IncluirDetalheDePagamento(
DetPag detPag
)Public Sub IncluirDetalheDePagamento (
detPag As DetPag
)
Dim instance As NFCeEnvioCOMVM
Dim detPag As DetPag
instance.IncluirDetalheDePagamento(detPag)public:
void IncluirDetalheDePagamento(
DetPag^ detPag
)