Example #1
0
 public void LimparRegistros()
 {
     RegistroU1 = null;
     RegistroU1 = new ACBrPAFRegistroU1();
 }
Example #2
0
		public void LimparRegistros()
		{
			RegistroU1 = null;
			RegistroU1 = new ACBrPAFRegistroU1();
		}
Example #3
0
 internal ACBrPAF_U(ACBrPAF Paf)
     : base(Paf)
 {
     RegistroU1 = new ACBrPAFRegistroU1();
 }
Example #4
0
		internal ACBrPAF_U(ACBrPAF Paf)
			: base(Paf)
		{
			RegistroU1 = new ACBrPAFRegistroU1();
		}