C# Class YouTubeDownloader.frmYTDownloader

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: ovnisoftware/Youtube-Downloader

Public Methods

Method Description
frmYTDownloader ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Download ( string validatedLink ) : void
DownloadAudio ( YouTubeAudioModel audioDownloader ) : void
DownloadVideo ( YouTubeVideoModel videoDownloader ) : void
EnableAccessibility ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenFolder ( string filePath ) : void
RestrictAccessibility ( ) : void
UpdateLabel ( string titleAndExtension ) : void
ValidateLink ( ) : string>.Tuple
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
btnDownloadFolder_Click ( object sender, EventArgs e ) : void
btnDownload_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmYTDownloader() public method

public frmYTDownloader ( ) : System
return System