Ejemplo n.º 1
0
 public override SatResponse CheckCommunication(string xml)
 {
     return((SatResponse) new CheckCommunicationResponse().Create(Marshal.PtrToStringAnsi(Elgin2.TesteFimAFim(this.GenerateSessionCode(), this.ActivationCode, xml))));
 }