C# 클래스 Hacker_News.Browser

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: jpf/hacker-news-wp7

공개 프로퍼티들

프로퍼티 타입 설명
url string

공개 메소드들

메소드 설명
Browser ( ) : System
browser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
setProgressBar ( System.Boolean state ) : void

보호된 메소드들

메소드 설명
OnNavigatedTo ( System e ) : void

메소드 상세

Browser() 공개 메소드

public Browser ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void

browser_LoadCompleted() 공개 메소드

public browser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
리턴 void

setProgressBar() 공개 메소드

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
리턴 void

프로퍼티 상세

url 공개적으로 정적으로 프로퍼티

public static string url
리턴 string