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