C# 클래스 SevenUpdate.Pages.RestoreUpdates

Interaction logic for Update_History.xaml.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
RestoreUpdates ( ) : System

Initializes a new instance of the RestoreUpdates class.

비공개 메소드들

메소드 설명
GetHiddenUpdates ( object sender, RoutedEventArgs e ) : void

Gets the hidden updates and loads them in the ListView.

NavigateToMainPage ( object sender, RoutedEventArgs e ) : void

Goes back to the Main page.

RestoreUpdate ( object sender, RoutedEventArgs e ) : void

Un hides one or more updates and navigates to the Main page.

RestrictColumn ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

Limit the size of the GridViewColumn when it's being resized.

ShowDetails ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Shows the selected update details.

ShowDetailsDialog ( object sender, RoutedEventArgs e ) : void

Shows the selected update details.

UpdateUI ( object sender, CompositionChangedEventArgs e ) : void

Changes the UI depending on whether Aero Glass is enabled.

UpdateUIOnUpdateSelection ( object sender, RoutedEventArgs e ) : void

Updates the UI when an update check box is clicked.

메소드 상세

RestoreUpdates() 공개 메소드

Initializes a new instance of the RestoreUpdates class.
public RestoreUpdates ( ) : System
리턴 System