コード例 #1
0
ファイル: frmMain.cs プロジェクト: erozkos/YutubDownloader
 public frmMain()
 {
     InitializeComponent();
     yutub = new YutubFile();
     dm    = new DownloadManager();
     System.Windows.Forms.Form.CheckForIllegalCrossThreadCalls = false;
 }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: mjsamet/YutubDownloader
 public frmMain()
 {
     InitializeComponent();
     yutub = new YutubFile();
     dm = new DownloadManager();
     System.Windows.Forms.Form.CheckForIllegalCrossThreadCalls = false;
 }