public Form1() { InitializeComponent(); hilo1 = new Hilo(50, progressBar1); hilo2 = new Hilo(100, progressBar2); }