C# Класс Retrospection.RetrospectionWindow

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

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

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