예제 #1
0
		internal Bloco9(ACBrSpedFiscal parent)
			: base(parent)
		{
			Registro9001 = new Registro9001();
			Registro9900 = new RegistroList<Registro9900>();
			Registro9990 = new Registro9990(parent);
			Registro9999 = new Registro9999(parent);
		}
예제 #2
0
 internal Bloco9(ACBrSpedFiscal parent)
     : base(parent)
 {
     Registro9001 = new Registro9001();
     Registro9900 = new RegistroList <Registro9900>();
     Registro9990 = new Registro9990(parent);
     Registro9999 = new Registro9999(parent);
 }