Example #1
0
 public void LimparRegistros()
 {
     RegistroA1 = null;
     RegistroA1 = new ACBrPAFRegistroA1();
     RegistroA2.Clear();
 }
Example #2
0
		public void LimparRegistros()
		{
			RegistroA1 = null;
			RegistroA1 = new ACBrPAFRegistroA1();
			RegistroA2.Clear();
		}
Example #3
0
 internal ACBrPAF_A(ACBrPAF Paf)
     : base(Paf)
 {
     RegistroA1 = new ACBrPAFRegistroA1();
     RegistroA2 = new ACBrPAFRegistrosA2();
 }
Example #4
0
		internal ACBrPAF_A(ACBrPAF Paf)
			: base(Paf)
		{
			RegistroA1 = new ACBrPAFRegistroA1();
			RegistroA2 = new ACBrPAFRegistrosA2();
		}