public Instruccion(AccionInstr accionInstr, int nro, int nroLinea, string argDelWriteLine, Code.BrtrueENUM indBrTrue, Code.BrfalseENUM indBrFalse, string instrString ) { this.accionInstr = accionInstr; this.nro = nro; this.nroLinea = nroLinea; this.argDelWriteLine = argDelWriteLine; this.indBrTrue = indBrTrue; this.indBrFalse = indBrFalse; this.instrString = instrString; }