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