public ThreadParameter(String Sorgente, TipoOut TO, FormatoOut FO, int Righe, int Colonne) { this.Sorgente = Sorgente; this.tipoOut = TO; this.formatoOut = FO; this.Righe = Righe; this.Colonne = Colonne; }
public ThreadParameter(String Sorgente, TipoOut TO, FormatoOut FO) { this.Sorgente = Sorgente; this.tipoOut = TO; this.formatoOut = FO; }