Exemplo n.º 1
0
		public void LimparRegistros()
		{
			RegistroN1 = null;
			RegistroN1 = new ACBrPAFRegistroN1();
			RegistroN2 = null;
			RegistroN2 = new ACBrPAFRegistroN2();
			RegistroN3.Clear();
		}
Exemplo n.º 2
0
 public void LimparRegistros()
 {
     RegistroN1 = null;
     RegistroN1 = new ACBrPAFRegistroN1();
     RegistroN2 = null;
     RegistroN2 = new ACBrPAFRegistroN2();
     RegistroN3.Clear();
 }