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