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