internal ACBrPAF_E(ACBrPAF Paf) : base(Paf) { this.RegistroE1 = new ACBrPAFRegistroE1(); this.RegistroE2 = new ACBrPAFRegistrosE2(); RegistroE3 = new ACBrPAFRegistroE3(); }
public void LimparRegistros() { RegistroE1 = null; RegistroE1 = new ACBrPAFRegistroE1(); RegistroE2.Clear(); RegistroE3 = null; RegistroE3 = new ACBrPAFRegistroE3(); }