C# Class GOMstreamer.MainWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: sjp/GOMstreamer.NET

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

MainWindow_Load ( object sender, EventArgs e ) : void
MainWindow_Resize ( object sender, EventArgs e ) : void
OnDelayTick ( Object source, EventArgs e ) : void
btnAbout_Click ( object sender, EventArgs e ) : void
btnGo_Click ( object sender, EventArgs e ) : void
btnVlcLocation_Click ( object sender, EventArgs e ) : void
cbMode_SelectedIndexChanged ( object sender, EventArgs e ) : void
checkForUpdate ( ) : void
delayStream ( ) : void
getSeasonURL ( string gomtvUrl, string method ) : string
getSeasonURL_gom ( string gomtvUrl ) : string
getSeasonURL_sjp ( ) : string
getStreamURLs ( ) : string[]
gomNotifyIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
grabStream ( ) : void
killWget ( ) : void
loadSettings ( string settingsLocation ) : void
parseGOXUrls ( string liveHtml ) : string[]
parseHTTPStreams ( string goxUrls ) : string[]
parseLivePageUrl ( string gomtvLiveUrl, string eventHtml ) : string
saveSettings ( string settingsLocation ) : void
signIn ( ) : void
vlcExecutePlayStream ( object source, System 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

MainWindow() public method

public MainWindow ( ) : System
return System