Example #1
0
		public void LimparRegistros()
		{
			RegistroB1 = null;
			RegistroB1 = new ACBrPAFRegistroB1();
			RegistroB2.Clear();
		}
Example #2
0
 public void LimparRegistros()
 {
     RegistroB1 = null;
     RegistroB1 = new ACBrPAFRegistroB1();
     RegistroB2.Clear();
 }
Example #3
0
		internal ACBrPAF_B(ACBrPAF Paf)
			: base(Paf)
		{
			RegistroB1 = new ACBrPAFRegistroB1();
			RegistroB2 = new ACBrPAFRegistrosB2();
		}
Example #4
0
 internal ACBrPAF_B(ACBrPAF Paf)
     : base(Paf)
 {
     RegistroB1 = new ACBrPAFRegistroB1();
     RegistroB2 = new ACBrPAFRegistrosB2();
 }