C# Class Retrospection.RetrospectionWindow

Inheritance: System.Windows.Window
Show file Open project: sealuzh/PersonalAnalytics Class Usage Examples

Public Methods

Method Description
ForceRefreshWindow ( ) : void
RetrospectionWindow ( ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void

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

Private Methods

Method Description
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

Method Details

ForceRefreshWindow() public method

public ForceRefreshWindow ( ) : void
return void

OnClosing() protected method

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
return void

RetrospectionWindow() public method

public RetrospectionWindow ( ) : System
return System