static void Main(string[] args) { LNComprobante _oLNComprobante = new LNComprobante(); var vr = _oLNComprobante.ConsultarPendiente(); if (vr.Status != Status.Error) { var _lista = ((List <BEComprobante>)vr.Resultado).ToArray(); } }
static void Main(string[] args) { while (true) { string StrCadena = ""; string StrCadenaCab = ""; LNComprobante _oLNComprobante = new LNComprobante(); DT_ConsulComproPagoSap _EntidadComprobante = new DT_ConsulComproPagoSap(); VMComprobante oComprobante = new VMComprobante(); var vr = _oLNComprobante.ConsultarPendiente(); if (vr.Status != Status.Error) { List <BEConsulta> _lista = ((List <BEConsulta>)vr.Resultado); } } }