コード例 #1
0
ファイル: Bloco1.cs プロジェクト: wernekdev/T2TiERP-2-CSharp
        public Bloco1(SpedUtil spedUtil)
        {
            registro1001 = new Registro1001();
            registro1001.setIndMov(0);

            registro1990 = new Registro1990();
            registro1990.setQtdLin1(0);

            this.util = spedUtil;
        }
コード例 #2
0
ファイル: Bloco1.cs プロジェクト: wernekdev/T2TiERP-2-CSharp
 /**
  * @param registro1001 the registro1001 to set
  */
 public void setRegistro1001(Registro1001 registro1001)
 {
     this.registro1001 = registro1001;
 }