C# Класс GOMstreamer.MainWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
MainWindow ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainWindow() публичный Метод

public MainWindow ( ) : System
Результат System