C# 클래스 GOMstreamer.MainWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sjp/GOMstreamer.NET

공개 메소드들

메소드 설명
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