Esempio n. 1
0
 public frmMain()
 {
     InitializeComponent();
     yutub = new YutubFile();
     dm    = new DownloadManager();
     System.Windows.Forms.Form.CheckForIllegalCrossThreadCalls = false;
 }
Esempio n. 2
0
 public frmMain()
 {
     InitializeComponent();
     yutub = new YutubFile();
     dm = new DownloadManager();
     System.Windows.Forms.Form.CheckForIllegalCrossThreadCalls = false;
 }