コード例 #1
0
        public BlocoM(SpedUtil spedUtil)
        {
            registroM001 = new RegistroM001();
            registroM001.setIndMov(0);

            registroM990 = new RegistroM990();
            registroM990.setQtdLinM(0);

            this.util = spedUtil;
        }