Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 public ThreadParameter(String Sorgente, TipoOut TO, FormatoOut FO)
 {
     this.Sorgente   = Sorgente;
     this.tipoOut    = TO;
     this.formatoOut = FO;
 }