C# 클래스 Retrospection.RetrospectionWindow

상속: System.Windows.Window
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
ForceRefreshWindow ( ) : void
RetrospectionWindow ( ) : System

보호된 메소드들

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

Not closing the window, as it cannot be opened again Just hide it, and then show it again.

비공개 메소드들

메소드 설명
About_Clicked ( object sender, RoutedEventArgs e ) : void
DatePickerSelectDate ( System.DateTime date ) : void
DatePicker_SelectedDateChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Feedback_Clicked ( object sender, EventArgs e ) : void
MinusOne_Clicked ( object sender, EventArgs e ) : void
PlusOne_Clicked ( object sender, EventArgs e ) : void
Refresh_Clicked ( object sender, EventArgs e ) : void
ShowLoading ( bool isLoading ) : void
SwitchToDay_Clicked ( object sender, RoutedEventArgs e ) : void
SwitchToWeek_Clicked ( object sender, RoutedEventArgs e ) : void
Today_Clicked ( object sender, EventArgs e ) : void
WebBrowserNavigateTo ( string url, bool navigateEnforced = false ) : void

Navigate the browser to the url in case the web browser is live, the url is ready and the same is not the same

WindowClosing ( object sender, System e ) : void
WindowLoaded ( object sender, EventArgs e ) : void
wbWinForms_DocumentTitleChanged ( object sender, EventArgs e ) : void

Update the window title according to the website header

메소드 상세

ForceRefreshWindow() 공개 메소드

public ForceRefreshWindow ( ) : void
리턴 void

OnClosing() 보호된 메소드

Not closing the window, as it cannot be opened again Just hide it, and then show it again.
protected OnClosing ( System e ) : void
e System
리턴 void

RetrospectionWindow() 공개 메소드

public RetrospectionWindow ( ) : System
리턴 System