NFe.ConvertTxt.Emit.Emit C# (CSharp) 메소드

Emit() 공개 메소드

public Emit ( ) : System
리턴 System
        public Emit()
        {
            this.CNPJ = this.CPF = string.Empty;
            this.CRT = TpcnCRT.crtRegimeNormal;
            this.enderEmit = new enderEmit();
        }
    }
Emit